Color Hex Logo

#ac035e Color Hex

#AC035E
(172,3,94)
0 Favorites   0 Comments

Color spaces of #ac035e

RGB 172394
HSL0.910.970.34
HSV328°98°67°
CMYK 0.000.980.45   0.33
XYZ19.06629.643911.4462
Yxy9.64390.47480.2402
Hunter Lab31.054655.2457-0.1150
CIE-Lab37.195663.4014-2.6744

#ac035e color RGB value is (172,3,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000011 01011110
Octal 254 3 136
Decimal 172 3 94
Hex AC 3 5E

RGB Percentages of Color #ac035e

%63.94
%1.12
%34.94

CMYK Percentages of Color #ac035e

%0
%98
%45
%33

Triadic Colors of #ac035e

#ac035e #5eac03 #035eac

Analogous Colors of #ac035e

#ac035e #ac030a #a603ac

Monochromatic Colors of #ac035e

#ac035e

Complementary Color

#ac035e #03ac51

#ac035e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac035e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac035e Color CSS Codes

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

#ac035e Text Font Color

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

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


#ac035e Background Color

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

This div background color is #ac035e


#ac035e Border Color

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

This div border color is #ac035e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac035e


Comments

No comments written yet.

Please login to write comment.