Color Hex Logo

#885eab Color Hex

#885EAB
(136,94,171)
1 Favorites   0 Comments

Color spaces of #885eab

RGB 13694171
HSL0.760.310.52
HSV273°45°67°
CMYK 0.200.450.00   0.33
XYZ21.506716.179940.5176
Yxy16.17990.27500.2069
Hunter Lab40.224225.0462-31.5654
CIE-Lab47.209632.2279-34.8727

#885eab color RGB value is (136,94,171).

#885eab hex color red value is 136, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #885eab hue: 0.76 , saturation: 0.31 and the lightness value of 885eab is 0.52.

The process color (four color CMYK) of #885eab color hex is 0.20, 0.45, 0.00, 0.33. Web safe color of #885eab is #996699. Color #885eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011110 10101011
Octal 210 136 253
Decimal 136 94 171
Hex 88 5E AB

RGB Percentages of Color #885eab

%33.92
%23.44
%42.64

CMYK Percentages of Color #885eab

%20
%45
%0
%33

Triadic Colors of #885eab

#885eab #ab885e #5eab88

Analogous Colors of #885eab

#885eab #ab5ea8 #615eab

Monochromatic Colors of #885eab

#885eab

Complementary Color

#885eab #81ab5e

#885eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#885eab Color CSS Codes

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

#885eab Text Font Color

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

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


#885eab Background Color

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

This div background color is #885eab


#885eab Border Color

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

This div border color is #885eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,94,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885eab


Comments

No comments written yet.

Please login to write comment.