Color Hex Logo

#ab207b Color Hex

#AB207B
(171,32,123)
0 Favorites   0 Comments

Color spaces of #ab207b

RGB 17132123
HSL0.890.680.40
HSV321°81°67°
CMYK 0.000.810.28   0.33
XYZ20.886211.121019.7846
Yxy11.12100.40330.2147
Hunter Lab33.348253.4366-11.8315
CIE-Lab39.783561.2781-17.1013

#ab207b color RGB value is (171,32,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100000 01111011
Octal 253 40 173
Decimal 171 32 123
Hex AB 20 7B

RGB Percentages of Color #ab207b

%52.45
%9.82
%37.73

CMYK Percentages of Color #ab207b

%0
%81
%28
%33

Triadic Colors of #ab207b

#ab207b #7bab20 #207bab

Analogous Colors of #ab207b

#ab207b #ab2036 #9620ab

Monochromatic Colors of #ab207b

#ab207b

Complementary Color

#ab207b #20ab50

#ab207b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab207b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab207b Color CSS Codes

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

#ab207b Text Font Color

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

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


#ab207b Background Color

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

This div background color is #ab207b


#ab207b Border Color

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

This div border color is #ab207b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab207b


Comments

No comments written yet.

Please login to write comment.