Color Hex Logo

#8858ac Color Hex

#8858AC
(136,88,172)
0 Favorites   0 Comments

Color spaces of #8858ac

RGB 13688172
HSL0.760.340.51
HSV274°49°67°
CMYK 0.210.490.00   0.33
XYZ21.089515.192240.8506
Yxy15.19220.27340.1970
Hunter Lab38.977228.3715-34.8557
CIE-Lab45.896335.9056-37.5301

#8858ac color RGB value is (136,88,172).

#8858ac hex color red value is 136, green value is 88 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8858ac hue: 0.76 , saturation: 0.34 and the lightness value of 8858ac is 0.51.

The process color (four color CMYK) of #8858ac color hex is 0.21, 0.49, 0.00, 0.33. Web safe color of #8858ac is #996699. Color #8858ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011000 10101100
Octal 210 130 254
Decimal 136 88 172
Hex 88 58 AC

RGB Percentages of Color #8858ac

%34.34
%22.22
%43.43

CMYK Percentages of Color #8858ac

%21
%49
%0
%33

Triadic Colors of #8858ac

#8858ac #ac8858 #58ac88

Analogous Colors of #8858ac

#8858ac #ac58a6 #5e58ac

Monochromatic Colors of #8858ac

#8858ac

Complementary Color

#8858ac #7cac58

#8858ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8858ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8858ac Color CSS Codes

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

#8858ac Text Font Color

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

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


#8858ac Background Color

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

This div background color is #8858ac


#8858ac Border Color

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

This div border color is #8858ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8858ac


Comments

No comments written yet.

Please login to write comment.