Color Hex Logo

#ab207f Color Hex

#AB207F
(171,32,127)
0 Favorites   0 Comments

Color spaces of #ab207f

RGB 17132127
HSL0.890.680.40
HSV319°81°67°
CMYK 0.000.810.26   0.33
XYZ21.141911.223321.1307
Yxy11.22330.39520.2098
Hunter Lab33.501254.0205-13.9460
CIE-Lab39.954061.7694-19.3202

#ab207f color RGB value is (171,32,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100000 01111111
Octal 253 40 177
Decimal 171 32 127
Hex AB 20 7F

RGB Percentages of Color #ab207f

%51.82
%9.70
%38.48

CMYK Percentages of Color #ab207f

%0
%81
%26
%33

Triadic Colors of #ab207f

#ab207f #7fab20 #207fab

Analogous Colors of #ab207f

#ab207f #ab203a #9220ab

Monochromatic Colors of #ab207f

#ab207f

Complementary Color

#ab207f #20ab4c

#ab207f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab207f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab207f Color CSS Codes

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

#ab207f Text Font Color

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

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


#ab207f Background Color

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

This div background color is #ab207f


#ab207f Border Color

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

This div border color is #ab207f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab207f


Comments

No comments written yet.

Please login to write comment.