Color Hex Logo

#774caa Color Hex

#774CAA
(119,76,170)
0 Favorites   0 Comments

Color spaces of #774caa

RGB 11976170
HSL0.740.380.48
HSV267°55°67°
CMYK 0.300.550.00   0.33
XYZ17.447911.993139.4255
Yxy11.99310.25340.1741
Hunter Lab34.631129.3279-43.2566
CIE-Lab41.205237.5917-43.9210

#774caa color RGB value is (119,76,170).

#774caa hex color red value is 119, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #774caa hue: 0.74 , saturation: 0.38 and the lightness value of 774caa is 0.48.

The process color (four color CMYK) of #774caa color hex is 0.30, 0.55, 0.00, 0.33. Web safe color of #774caa is #663399. Color #774caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001100 10101010
Octal 167 114 252
Decimal 119 76 170
Hex 77 4C AA

RGB Percentages of Color #774caa

%32.60
%20.82
%46.58

CMYK Percentages of Color #774caa

%30
%55
%0
%33

Triadic Colors of #774caa

#774caa #aa774c #4caa77

Analogous Colors of #774caa

#774caa #a64caa #4c50aa

Monochromatic Colors of #774caa

#774caa

Complementary Color

#774caa #7faa4c

#774caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#774caa Color CSS Codes

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

#774caa Text Font Color

<p style="color:#774caa">Text here</p>

This sample text font color is #774caa
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.


#774caa Background Color

<div style="background-color:#774caa">
Div content here</div>

This div background color is #774caa


#774caa Border Color

<div style="border:3px solid #774caa">
Div here</div>

This div border color is #774caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,76,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #774caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #774caa;
  -webkit-box-shadow: 1px 1px 3px 2px #774caa;
  box-shadow:         1px 1px 3px 2px #774caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774caa


Comments

No comments written yet.

Please login to write comment.