Color Hex Logo

#ab213e Color Hex

#AB213E
(171,33,62)
0 Favorites   0 Comments

Color spaces of #ab213e

RGB 1713362
HSL0.960.680.40
HSV347°81°67°
CMYK 0.000.810.64   0.33
XYZ18.207910.09345.5460
Yxy10.09340.53790.2982
Hunter Lab31.770146.703211.8890
CIE-Lab38.009555.433318.9826

#ab213e color RGB value is (171,33,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100001 00111110
Octal 253 41 76
Decimal 171 33 62
Hex AB 21 3E

RGB Percentages of Color #ab213e

%64.29
%12.41
%23.31

CMYK Percentages of Color #ab213e

%0
%81
%64
%33

Triadic Colors of #ab213e

#ab213e #3eab21 #213eab

Analogous Colors of #ab213e

#ab213e #ab4921 #ab2183

Monochromatic Colors of #ab213e

#ab213e

Complementary Color

#ab213e #21ab8e

#ab213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab213e Color CSS Codes

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

#ab213e Text Font Color

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

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


#ab213e Background Color

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

This div background color is #ab213e


#ab213e Border Color

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

This div border color is #ab213e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab213e


Comments

No comments written yet.

Please login to write comment.