Color Hex Logo

#8813ac Color Hex

#8813AC
(136,19,172)
0 Favorites   0 Comments

Color spaces of #8813ac

RGB 13619172
HSL0.790.800.37
HSV286°89°67°
CMYK 0.210.890.00   0.33
XYZ17.83268.678539.7650
Yxy8.67850.26910.1309
Hunter Lab29.459356.4977-59.4098
CIE-Lab35.357864.8692-54.4107

#8813ac color RGB value is (136,19,172).

#8813ac hex color red value is 136, green value is 19 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8813ac hue: 0.79 , saturation: 0.80 and the lightness value of 8813ac is 0.37.

The process color (four color CMYK) of #8813ac color hex is 0.21, 0.89, 0.00, 0.33. Web safe color of #8813ac is #990099. Color #8813ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010011 10101100
Octal 210 23 254
Decimal 136 19 172
Hex 88 13 AC

RGB Percentages of Color #8813ac

%41.59
%5.81
%52.60

CMYK Percentages of Color #8813ac

%21
%89
%0
%33

Triadic Colors of #8813ac

#8813ac #ac8813 #13ac88

Analogous Colors of #8813ac

#8813ac #ac1384 #3c13ac

Monochromatic Colors of #8813ac

#8813ac

Complementary Color

#8813ac #37ac13

#8813ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8813ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8813ac Color CSS Codes

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

#8813ac Text Font Color

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

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


#8813ac Background Color

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

This div background color is #8813ac


#8813ac Border Color

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

This div border color is #8813ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8813ac


Comments

No comments written yet.

Please login to write comment.