Color Hex Logo

#ac034f Color Hex

#AC034F
(172,3,79)
0 Favorites   0 Comments

Color spaces of #ac034f

RGB 172379
HSL0.930.970.34
HSV333°98°67°
CMYK 0.000.980.54   0.33
XYZ18.45719.40038.2388
Yxy9.40030.51130.2604
Hunter Lab30.659953.80125.5298
CIE-Lab36.743962.19796.3453

#ac034f color RGB value is (172,3,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000011 01001111
Octal 254 3 117
Decimal 172 3 79
Hex AC 3 4F

RGB Percentages of Color #ac034f

%67.72
%1.18
%31.10

CMYK Percentages of Color #ac034f

%0
%98
%54
%33

Triadic Colors of #ac034f

#ac034f #4fac03 #034fac

Analogous Colors of #ac034f

#ac034f #ac0c03 #ac03a4

Monochromatic Colors of #ac034f

#ac034f

Complementary Color

#ac034f #03ac60

#ac034f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac034f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac034f Color CSS Codes

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

#ac034f Text Font Color

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

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


#ac034f Background Color

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

This div background color is #ac034f


#ac034f Border Color

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

This div border color is #ac034f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac034f


Comments

No comments written yet.

Please login to write comment.