Color Hex Logo

#ab089c Color Hex

#AB089C
(171,8,156)
0 Favorites   0 Comments

Color spaces of #ab089c

RGB 1718156
HSL0.850.910.35
HSV306°95°67°
CMYK 0.000.950.09   0.33
XYZ22.882211.231932.4144
Yxy11.23190.34390.1688
Hunter Lab33.514063.2240-33.8848
CIE-Lab39.968369.8021-37.0463

#ab089c color RGB value is (171,8,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001000 10011100
Octal 253 10 234
Decimal 171 8 156
Hex AB 8 9C

RGB Percentages of Color #ab089c

%51.04
%2.39
%46.57

CMYK Percentages of Color #ab089c

%0
%95
%9
%33

Triadic Colors of #ab089c

#ab089c #9cab08 #089cab

Analogous Colors of #ab089c

#ab089c #ab084b #6908ab

Monochromatic Colors of #ab089c

#ab089c

Complementary Color

#ab089c #08ab17

#ab089c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab089c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab089c Color CSS Codes

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

#ab089c Text Font Color

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

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


#ab089c Background Color

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

This div background color is #ab089c


#ab089c Border Color

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

This div border color is #ab089c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab089c


Comments

No comments written yet.

Please login to write comment.