Color Hex Logo

#ac08dd Color Hex

#AC08DD
(172,8,221)
0 Favorites   0 Comments

Color spaces of #ac08dd

RGB 1728221
HSL0.790.930.45
HSV286°96°87°
CMYK 0.220.960.00   0.13
XYZ30.151214.164869.5515
Yxy14.16480.26480.1244
Hunter Lab37.636277.1372-83.2224
CIE-Lab44.468480.3640-67.9888

#ac08dd color RGB value is (172,8,221).

#ac08dd hex color red value is 172, green value is 8 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ac08dd hue: 0.79 , saturation: 0.93 and the lightness value of ac08dd is 0.45.

The process color (four color CMYK) of #ac08dd color hex is 0.22, 0.96, 0.00, 0.13. Web safe color of #ac08dd is #9900cc. Color #ac08dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001000 11011101
Octal 254 10 335
Decimal 172 8 221
Hex AC 8 DD

RGB Percentages of Color #ac08dd

%42.89
%2.00
%55.11

CMYK Percentages of Color #ac08dd

%22
%96
%0
%13

Triadic Colors of #ac08dd

#ac08dd #ddac08 #08ddac

Analogous Colors of #ac08dd

#ac08dd #dd08a4 #4108dd

Monochromatic Colors of #ac08dd

#ac08dd

Complementary Color

#ac08dd #39dd08

#ac08dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac08dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac08dd Color CSS Codes

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

#ac08dd Text Font Color

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

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


#ac08dd Background Color

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

This div background color is #ac08dd


#ac08dd Border Color

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

This div border color is #ac08dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,8,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ac08dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ac08dd;
  -webkit-box-shadow: 1px 1px 3px 2px #ac08dd;
  box-shadow:         1px 1px 3px 2px #ac08dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac08dd


Comments

No comments written yet.

Please login to write comment.