Color Hex Logo

#885a81 Color Hex

#885A81
(136,90,129)
0 Favorites   0 Comments

Color spaces of #885a81

RGB 13690129
HSL0.860.200.44
HSV309°34°53°
CMYK 0.000.340.05   0.47
XYZ17.772014.131522.5599
Yxy14.13150.32630.2595
Hunter Lab37.591918.6021-9.2672
CIE-Lab44.420925.4793-14.1726

#885a81 color RGB value is (136,90,129).

#885a81 hex color red value is 136, green value is 90 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #885a81 hue: 0.86 , saturation: 0.20 and the lightness value of 885a81 is 0.44.

The process color (four color CMYK) of #885a81 color hex is 0.00, 0.34, 0.05, 0.47. Web safe color of #885a81 is #996699. Color #885a81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011010 10000001
Octal 210 132 201
Decimal 136 90 129
Hex 88 5A 81

RGB Percentages of Color #885a81

%38.31
%25.35
%36.34

CMYK Percentages of Color #885a81

%0
%34
%5
%47

Triadic Colors of #885a81

#885a81 #81885a #5a8188

Analogous Colors of #885a81

#885a81 #885a6a #785a88

Monochromatic Colors of #885a81

#885a81

Complementary Color

#885a81 #5a8861

#885a81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885a81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885a81 Color CSS Codes

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

#885a81 Text Font Color

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

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


#885a81 Background Color

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

This div background color is #885a81


#885a81 Border Color

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

This div border color is #885a81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,90,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #885a81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #885a81;
  -webkit-box-shadow: 1px 1px 3px 2px #885a81;
  box-shadow:         1px 1px 3px 2px #885a81; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,90,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 #885a81">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885a81


Comments

No comments written yet.

Please login to write comment.