Color Hex Logo

#ac0cad Color Hex

#AC0CAD
(172,12,173)
0 Favorites   0 Comments

Color spaces of #ac0cad

RGB 17212173
HSL0.830.870.36
HSV300°93°68°
CMYK 0.010.930.00   0.32
XYZ24.687612.050740.5600
Yxy12.05070.31940.1559
Hunter Lab34.714166.1939-44.9746
CIE-Lab41.296672.0512-45.1178

#ac0cad color RGB value is (172,12,173).

#ac0cad hex color red value is 172, green value is 12 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ac0cad hue: 0.83 , saturation: 0.87 and the lightness value of ac0cad is 0.36.

The process color (four color CMYK) of #ac0cad color hex is 0.01, 0.93, 0.00, 0.32. Web safe color of #ac0cad is #990099. Color #ac0cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001100 10101101
Octal 254 14 255
Decimal 172 12 173
Hex AC C AD

RGB Percentages of Color #ac0cad

%48.18
%3.36
%48.46

CMYK Percentages of Color #ac0cad

%1
%93
%0
%32

Triadic Colors of #ac0cad

#ac0cad #adac0c #0cadac

Analogous Colors of #ac0cad

#ac0cad #ad0c5d #5c0cad

Monochromatic Colors of #ac0cad

#ac0cad

Complementary Color

#ac0cad #0dad0c

#ac0cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0cad Color CSS Codes

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

#ac0cad Text Font Color

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

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


#ac0cad Background Color

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

This div background color is #ac0cad


#ac0cad Border Color

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

This div border color is #ac0cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0cad


Comments

No comments written yet.

Please login to write comment.