Color Hex Logo

#ab215b Color Hex

#AB215B
(171,33,91)
0 Favorites   0 Comments

Color spaces of #ab215b

RGB 1713391
HSL0.930.680.40
HSV335°81°67°
CMYK 0.000.810.47   0.33
XYZ19.226810.501010.9111
Yxy10.50100.47310.2584
Hunter Lab32.405249.19912.7203
CIE-Lab38.727057.62001.4603

#ab215b color RGB value is (171,33,91).

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

The process color (four color CMYK) of #ab215b color hex is 0.00, 0.81, 0.47, 0.33. Web safe color of #ab215b is #993366. Color #ab215b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100001 01011011
Octal 253 41 133
Decimal 171 33 91
Hex AB 21 5B

RGB Percentages of Color #ab215b

%57.97
%11.19
%30.85

CMYK Percentages of Color #ab215b

%0
%81
%47
%33

Triadic Colors of #ab215b

#ab215b #5bab21 #215bab

Analogous Colors of #ab215b

#ab215b #ab2c21 #ab21a0

Monochromatic Colors of #ab215b

#ab215b

Complementary Color

#ab215b #21ab71

#ab215b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab215b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab215b Color CSS Codes

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

#ab215b Text Font Color

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

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


#ab215b Background Color

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

This div background color is #ab215b


#ab215b Border Color

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

This div border color is #ab215b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab215b


Comments

No comments written yet.

Please login to write comment.