Color Hex Logo

#8841ac Color Hex

#8841AC
(136,65,172)
0 Favorites   0 Comments

Color spaces of #8841ac

RGB 13665172
HSL0.780.450.46
HSV280°62°67°
CMYK 0.210.620.00   0.33
XYZ19.490011.993440.3174
Yxy11.99340.27140.1670
Hunter Lab34.631539.8516-44.7824
CIE-Lab41.205648.2695-44.9871

#8841ac color RGB value is (136,65,172).

#8841ac hex color red value is 136, green value is 65 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8841ac hue: 0.78 , saturation: 0.45 and the lightness value of 8841ac is 0.46.

The process color (four color CMYK) of #8841ac color hex is 0.21, 0.62, 0.00, 0.33. Web safe color of #8841ac is #993399. Color #8841ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000001 10101100
Octal 210 101 254
Decimal 136 65 172
Hex 88 41 AC

RGB Percentages of Color #8841ac

%36.46
%17.43
%46.11

CMYK Percentages of Color #8841ac

%21
%62
%0
%33

Triadic Colors of #8841ac

#8841ac #ac8841 #41ac88

Analogous Colors of #8841ac

#8841ac #ac419b #5341ac

Monochromatic Colors of #8841ac

#8841ac

Complementary Color

#8841ac #65ac41

#8841ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8841ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8841ac Color CSS Codes

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

#8841ac Text Font Color

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

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


#8841ac Background Color

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

This div background color is #8841ac


#8841ac Border Color

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

This div border color is #8841ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8841ac


Comments

No comments written yet.

Please login to write comment.