Color Hex Logo

#ab089f Color Hex

#AB089F
(171,8,159)
0 Favorites   0 Comments

Color spaces of #ab089f

RGB 1718159
HSL0.850.910.35
HSV304°95°67°
CMYK 0.000.950.07   0.33
XYZ23.139411.334833.7691
Yxy11.33480.33910.1661
Hunter Lab33.667263.7651-35.9024
CIE-Lab40.138770.2287-38.5876

#ab089f color RGB value is (171,8,159).

#ab089f hex color red value is 171, green value is 8 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ab089f hue: 0.85 , saturation: 0.91 and the lightness value of ab089f is 0.35.

The process color (four color CMYK) of #ab089f color hex is 0.00, 0.95, 0.07, 0.33. Web safe color of #ab089f is #990099. Color #ab089f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001000 10011111
Octal 253 10 237
Decimal 171 8 159
Hex AB 8 9F

RGB Percentages of Color #ab089f

%50.59
%2.37
%47.04

CMYK Percentages of Color #ab089f

%0
%95
%7
%33

Triadic Colors of #ab089f

#ab089f #9fab08 #089fab

Analogous Colors of #ab089f

#ab089f #ab084e #6608ab

Monochromatic Colors of #ab089f

#ab089f

Complementary Color

#ab089f #08ab14

#ab089f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab089f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab089f Color CSS Codes

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

#ab089f Text Font Color

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

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


#ab089f Background Color

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

This div background color is #ab089f


#ab089f Border Color

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

This div border color is #ab089f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab089f


Comments

No comments written yet.

Please login to write comment.