Color Hex Logo

#ab206f Color Hex

#AB206F
(171,32,111)
0 Favorites   0 Comments

Color spaces of #ab206f

RGB 17132111
HSL0.910.680.40
HSV326°81°67°
CMYK 0.000.810.35   0.33
XYZ20.180310.838616.0674
Yxy10.83860.42860.2302
Hunter Lab32.922051.8020-5.8907
CIE-Lab39.307359.8926-10.3305

#ab206f color RGB value is (171,32,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100000 01101111
Octal 253 40 157
Decimal 171 32 111
Hex AB 20 6F

RGB Percentages of Color #ab206f

%54.46
%10.19
%35.35

CMYK Percentages of Color #ab206f

%0
%81
%35
%33

Triadic Colors of #ab206f

#ab206f #6fab20 #206fab

Analogous Colors of #ab206f

#ab206f #ab202a #a220ab

Monochromatic Colors of #ab206f

#ab206f

Complementary Color

#ab206f #20ab5c

#ab206f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab206f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab206f Color CSS Codes

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

#ab206f Text Font Color

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

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


#ab206f Background Color

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

This div background color is #ab206f


#ab206f Border Color

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

This div border color is #ab206f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab206f


Comments

No comments written yet.

Please login to write comment.