Color Hex Logo

#ab214a Color Hex

#AB214A
(171,33,74)
0 Favorites   0 Comments

Color spaces of #ab214a

RGB 1713374
HSL0.950.680.40
HSV342°81°67°
CMYK 0.000.810.57   0.33
XYZ18.574510.24017.4761
Yxy10.24010.51180.2822
Hunter Lab32.000247.61018.5484
CIE-Lab38.269956.232511.6718

#ab214a color RGB value is (171,33,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100001 01001010
Octal 253 41 112
Decimal 171 33 74
Hex AB 21 4A

RGB Percentages of Color #ab214a

%61.51
%11.87
%26.62

CMYK Percentages of Color #ab214a

%0
%81
%57
%33

Triadic Colors of #ab214a

#ab214a #4aab21 #214aab

Analogous Colors of #ab214a

#ab214a #ab3d21 #ab218f

Monochromatic Colors of #ab214a

#ab214a

Complementary Color

#ab214a #21ab82

#ab214a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab214a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab214a Color CSS Codes

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

#ab214a Text Font Color

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

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


#ab214a Background Color

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

This div background color is #ab214a


#ab214a Border Color

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

This div border color is #ab214a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab214a


Comments

No comments written yet.

Please login to write comment.