Color Hex Logo

#ac214a Color Hex

#AC214A
(172,33,74)
0 Favorites   0 Comments

Color spaces of #ac214a

RGB 1723374
HSL0.950.680.40
HSV342°81°67°
CMYK 0.000.810.57   0.33
XYZ18.793110.35287.4863
Yxy10.35280.51300.2826
Hunter Lab32.175847.95008.7281
CIE-Lab38.468356.511311.9766

#ac214a color RGB value is (172,33,74).

#ac214a hex color red value is 172, green value is 33 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ac214a hue: 0.95 , saturation: 0.68 and the lightness value of ac214a is 0.40.

The process color (four color CMYK) of #ac214a color hex is 0.00, 0.81, 0.57, 0.33. Web safe color of #ac214a is #993333. Color #ac214a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100001 01001010
Octal 254 41 112
Decimal 172 33 74
Hex AC 21 4A

RGB Percentages of Color #ac214a

%61.65
%11.83
%26.52

CMYK Percentages of Color #ac214a

%0
%81
%57
%33

Triadic Colors of #ac214a

#ac214a #4aac21 #214aac

Analogous Colors of #ac214a

#ac214a #ac3e21 #ac2190

Monochromatic Colors of #ac214a

#ac214a

Complementary Color

#ac214a #21ac83

#ac214a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac214a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac214a Color CSS Codes

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

#ac214a Text Font Color

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

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


#ac214a Background Color

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

This div background color is #ac214a


#ac214a Border Color

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

This div border color is #ac214a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac214a


Comments

No comments written yet.

Please login to write comment.