Color Hex Logo

#7740cc Color Hex

#7740CC
(119,64,204)
0 Favorites   0 Comments

Color spaces of #7740cc

RGB 11964204
HSL0.730.580.53
HSV264°69°80°
CMYK 0.420.690.00   0.20
XYZ20.340211.948458.3610
Yxy11.94840.22440.1318
Hunter Lab34.566544.5448-75.9070
CIE-Lab41.134052.8047-63.9548

#7740cc color RGB value is (119,64,204).

#7740cc hex color red value is 119, green value is 64 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7740cc hue: 0.73 , saturation: 0.58 and the lightness value of 7740cc is 0.53.

The process color (four color CMYK) of #7740cc color hex is 0.42, 0.69, 0.00, 0.20. Web safe color of #7740cc is #6633cc. Color #7740cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000000 11001100
Octal 167 100 314
Decimal 119 64 204
Hex 77 40 CC

RGB Percentages of Color #7740cc

%30.75
%16.54
%52.71

CMYK Percentages of Color #7740cc

%42
%69
%0
%20

Triadic Colors of #7740cc

#7740cc #cc7740 #40cc77

Analogous Colors of #7740cc

#7740cc #bd40cc #404fcc

Monochromatic Colors of #7740cc

#7740cc

Complementary Color

#7740cc #95cc40

#7740cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7740cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7740cc Color CSS Codes

.mybgcolor {background-color:#7740cc; } 
.myforecolor {color:#7740cc; }
.mybordercolor {border:3px solid #7740cc; }

#7740cc Text Font Color

<p style="color:#7740cc">Text here</p>

This sample text font color is #7740cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7740cc Background Color

<div style="background-color:#7740cc">
Div content here</div>

This div background color is #7740cc


#7740cc Border Color

<div style="border:3px solid #7740cc">
Div here</div>

This div border color is #7740cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,64,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7740cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7740cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7740cc;
  box-shadow:         1px 1px 3px 2px #7740cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,64,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7740cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7740cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7740cc;
  box-shadow:         1px 1px 3px 2px #7740cc;">
Div content here</div>

This div box has shadow with color #7740cc


Comments

No comments written yet.

Please login to write comment.