Color Hex Logo

#885eac Color Hex

#885EAC
(136,94,172)
0 Favorites   0 Comments

Color spaces of #885eac

RGB 13694172
HSL0.760.320.52
HSV272°45°67°
CMYK 0.210.450.00   0.33
XYZ21.602416.218241.0216
Yxy16.21820.27400.2057
Hunter Lab40.271825.2743-32.2036
CIE-Lab47.259532.4643-35.3808

#885eac color RGB value is (136,94,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011110 10101100
Octal 210 136 254
Decimal 136 94 172
Hex 88 5E AC

RGB Percentages of Color #885eac

%33.83
%23.38
%42.79

CMYK Percentages of Color #885eac

%21
%45
%0
%33

Triadic Colors of #885eac

#885eac #ac885e #5eac88

Analogous Colors of #885eac

#885eac #ac5ea9 #615eac

Monochromatic Colors of #885eac

#885eac

Complementary Color

#885eac #82ac5e

#885eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#885eac Color CSS Codes

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

#885eac Text Font Color

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

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


#885eac Background Color

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

This div background color is #885eac


#885eac Border Color

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

This div border color is #885eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885eac


Comments

No comments written yet.

Please login to write comment.