Color Hex Logo

#ac0d99 Color Hex

#AC0D99
(172,13,153)
0 Favorites   0 Comments

Color spaces of #ac0d99

RGB 17213153
HSL0.850.860.36
HSV307°92°67°
CMYK 0.000.920.11   0.33
XYZ22.907011.358431.1221
Yxy11.35840.35030.1737
Hunter Lab33.702262.3454-31.1594
CIE-Lab40.177769.0121-34.8866

#ac0d99 color RGB value is (172,13,153).

#ac0d99 hex color red value is 172, green value is 13 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ac0d99 hue: 0.85 , saturation: 0.86 and the lightness value of ac0d99 is 0.36.

The process color (four color CMYK) of #ac0d99 color hex is 0.00, 0.92, 0.11, 0.33. Web safe color of #ac0d99 is #990099. Color #ac0d99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001101 10011001
Octal 254 15 231
Decimal 172 13 153
Hex AC D 99

RGB Percentages of Color #ac0d99

%50.89
%3.85
%45.27

CMYK Percentages of Color #ac0d99

%0
%92
%11
%33

Triadic Colors of #ac0d99

#ac0d99 #99ac0d #0d99ac

Analogous Colors of #ac0d99

#ac0d99 #ac0d49 #700dac

Monochromatic Colors of #ac0d99

#ac0d99

Complementary Color

#ac0d99 #0dac20

#ac0d99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0d99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0d99 Color CSS Codes

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

#ac0d99 Text Font Color

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

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


#ac0d99 Background Color

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

This div background color is #ac0d99


#ac0d99 Border Color

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

This div border color is #ac0d99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0d99


Comments

No comments written yet.

Please login to write comment.