Color Hex Logo

#ac015f Color Hex

#AC015F
(172,1,95)
0 Favorites   0 Comments

Color spaces of #ac015f

RGB 172195
HSL0.910.990.34
HSV327°99°67°
CMYK 0.000.990.45   0.33
XYZ19.08979.618611.6769
Yxy9.61860.47270.2382
Hunter Lab31.013955.5963-0.6133
CIE-Lab37.149063.7223-3.3847

#ac015f color RGB value is (172,1,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000001 01011111
Octal 254 1 137
Decimal 172 1 95
Hex AC 1 5F

RGB Percentages of Color #ac015f

%64.18
%0.37
%35.45

CMYK Percentages of Color #ac015f

%0
%99
%45
%33

Triadic Colors of #ac015f

#ac015f #5fac01 #015fac

Analogous Colors of #ac015f

#ac015f #ac0109 #a401ac

Monochromatic Colors of #ac015f

#ac015f

Complementary Color

#ac015f #01ac4e

#ac015f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac015f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac015f Color CSS Codes

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

#ac015f Text Font Color

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

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


#ac015f Background Color

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

This div background color is #ac015f


#ac015f Border Color

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

This div border color is #ac015f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac015f


Comments

No comments written yet.

Please login to write comment.