Color Hex Logo

#775181 Color Hex

#775181
(119,81,129)
0 Favorites   0 Comments

Color spaces of #775181

RGB 11981129
HSL0.800.230.41
HSV288°37°51°
CMYK 0.080.370.00   0.49
XYZ14.512611.391822.2028
Yxy11.39180.30170.2368
Hunter Lab33.751717.6860-15.3763
CIE-Lab40.232724.8603-20.7659

#775181 color RGB value is (119,81,129).

#775181 hex color red value is 119, green value is 81 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #775181 hue: 0.80 , saturation: 0.23 and the lightness value of 775181 is 0.41.

The process color (four color CMYK) of #775181 color hex is 0.08, 0.37, 0.00, 0.49. Web safe color of #775181 is #666699. Color #775181 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010001 10000001
Octal 167 121 201
Decimal 119 81 129
Hex 77 51 81

RGB Percentages of Color #775181

%36.17
%24.62
%39.21

CMYK Percentages of Color #775181

%8
%37
%0
%49

Triadic Colors of #775181

#775181 #817751 #518177

Analogous Colors of #775181

#775181 #815173 #5f5181

Monochromatic Colors of #775181

#775181

Complementary Color

#775181 #5b8151

#775181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#775181 Color CSS Codes

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

#775181 Text Font Color

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

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


#775181 Background Color

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

This div background color is #775181


#775181 Border Color

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

This div border color is #775181


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,81,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #775181; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #775181;
  -webkit-box-shadow: 1px 1px 3px 2px #775181;
  box-shadow:         1px 1px 3px 2px #775181; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775181


Comments

No comments written yet.

Please login to write comment.