Color Hex Logo

#ac035f Color Hex

#AC035F
(172,3,95)
0 Favorites   0 Comments

Color spaces of #ac035f

RGB 172395
HSL0.910.970.34
HSV327°98°67°
CMYK 0.000.980.45   0.33
XYZ19.11149.662011.6841
Yxy9.66200.47240.2388
Hunter Lab31.083855.3516-0.5279
CIE-Lab37.228863.4892-3.2666

#ac035f color RGB value is (172,3,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000011 01011111
Octal 254 3 137
Decimal 172 3 95
Hex AC 3 5F

RGB Percentages of Color #ac035f

%63.70
%1.11
%35.19

CMYK Percentages of Color #ac035f

%0
%98
%45
%33

Triadic Colors of #ac035f

#ac035f #5fac03 #035fac

Analogous Colors of #ac035f

#ac035f #ac030b #a503ac

Monochromatic Colors of #ac035f

#ac035f

Complementary Color

#ac035f #03ac50

#ac035f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac035f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac035f Color CSS Codes

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

#ac035f Text Font Color

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

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


#ac035f Background Color

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

This div background color is #ac035f


#ac035f Border Color

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

This div border color is #ac035f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,3,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 #ac035f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac035f


Comments

No comments written yet.

Please login to write comment.