Color Hex Logo

#ac015c Color Hex

#AC015C
(172,1,92)
0 Favorites   0 Comments

Color spaces of #ac015c

RGB 172192
HSL0.910.990.34
HSV328°99°67°
CMYK 0.000.990.47   0.33
XYZ18.95599.565110.9724
Yxy9.56510.48000.2422
Hunter Lab30.927555.28210.6145
CIE-Lab37.050363.4621-1.6041

#ac015c color RGB value is (172,1,92).

#ac015c hex color red value is 172, green value is 1 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ac015c hue: 0.91 , saturation: 0.99 and the lightness value of ac015c is 0.34.

The process color (four color CMYK) of #ac015c color hex is 0.00, 0.99, 0.47, 0.33. Web safe color of #ac015c is #990066. Color #ac015c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000001 01011100
Octal 254 1 134
Decimal 172 1 92
Hex AC 1 5C

RGB Percentages of Color #ac015c

%64.91
%0.38
%34.72

CMYK Percentages of Color #ac015c

%0
%99
%47
%33

Triadic Colors of #ac015c

#ac015c #5cac01 #015cac

Analogous Colors of #ac015c

#ac015c #ac0107 #a701ac

Monochromatic Colors of #ac015c

#ac015c

Complementary Color

#ac015c #01ac51

#ac015c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac015c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac015c Color CSS Codes

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

#ac015c Text Font Color

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

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


#ac015c Background Color

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

This div background color is #ac015c


#ac015c Border Color

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

This div border color is #ac015c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac015c


Comments

No comments written yet.

Please login to write comment.