Color Hex Logo

#775caa Color Hex

#775CAA
(119,92,170)
0 Favorites   0 Comments

Color spaces of #775caa

RGB 11992170
HSL0.720.310.51
HSV261°46°67°
CMYK 0.300.460.00   0.33
XYZ18.690614.478539.8397
Yxy14.47850.25600.1983
Hunter Lab38.050621.0912-35.4423
CIE-Lab44.911528.2085-38.0283

#775caa color RGB value is (119,92,170).

#775caa hex color red value is 119, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #775caa hue: 0.72 , saturation: 0.31 and the lightness value of 775caa is 0.51.

The process color (four color CMYK) of #775caa color hex is 0.30, 0.46, 0.00, 0.33. Web safe color of #775caa is #666699. Color #775caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011100 10101010
Octal 167 134 252
Decimal 119 92 170
Hex 77 5C AA

RGB Percentages of Color #775caa

%31.23
%24.15
%44.62

CMYK Percentages of Color #775caa

%30
%46
%0
%33

Triadic Colors of #775caa

#775caa #aa775c #5caa77

Analogous Colors of #775caa

#775caa #9e5caa #5c68aa

Monochromatic Colors of #775caa

#775caa

Complementary Color

#775caa #8faa5c

#775caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#775caa Color CSS Codes

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

#775caa Text Font Color

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

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


#775caa Background Color

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

This div background color is #775caa


#775caa Border Color

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

This div border color is #775caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,92,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 #775caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775caa


Comments

No comments written yet.

Please login to write comment.