Color Hex Logo

#ac08d9 Color Hex

#AC08D9
(172,8,217)
0 Favorites   0 Comments

Color spaces of #ac08d9

RGB 1728217
HSL0.800.930.44
HSV287°96°85°
CMYK 0.210.960.00   0.15
XYZ29.624513.954166.7777
Yxy13.95410.26840.1264
Hunter Lab37.355276.1877-79.8407
CIE-Lab44.167079.6655-66.1874

#ac08d9 color RGB value is (172,8,217).

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

The process color (four color CMYK) of #ac08d9 color hex is 0.21, 0.96, 0.00, 0.15. Web safe color of #ac08d9 is #9900cc. Color #ac08d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001000 11011001
Octal 254 10 331
Decimal 172 8 217
Hex AC 8 D9

RGB Percentages of Color #ac08d9

%43.32
%2.02
%54.66

CMYK Percentages of Color #ac08d9

%21
%96
%0
%15

Triadic Colors of #ac08d9

#ac08d9 #d9ac08 #08d9ac

Analogous Colors of #ac08d9

#ac08d9 #d9089e #4408d9

Monochromatic Colors of #ac08d9

#ac08d9

Complementary Color

#ac08d9 #35d908

#ac08d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac08d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac08d9 Color CSS Codes

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

#ac08d9 Text Font Color

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

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


#ac08d9 Background Color

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

This div background color is #ac08d9


#ac08d9 Border Color

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

This div border color is #ac08d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac08d9


Comments

No comments written yet.

Please login to write comment.