Color Hex Logo

#ab089b Color Hex

#AB089B
(171,8,155)
0 Favorites   0 Comments

Color spaces of #ab089b

RGB 1718155
HSL0.850.910.35
HSV306°95°67°
CMYK 0.000.950.09   0.33
XYZ22.797811.198231.9702
Yxy11.19820.34560.1698
Hunter Lab33.463763.0451-33.2192
CIE-Lab39.912369.6607-36.5301

#ab089b color RGB value is (171,8,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001000 10011011
Octal 253 10 233
Decimal 171 8 155
Hex AB 8 9B

RGB Percentages of Color #ab089b

%51.20
%2.40
%46.41

CMYK Percentages of Color #ab089b

%0
%95
%9
%33

Triadic Colors of #ab089b

#ab089b #9bab08 #089bab

Analogous Colors of #ab089b

#ab089b #ab084a #6a08ab

Monochromatic Colors of #ab089b

#ab089b

Complementary Color

#ab089b #08ab18

#ab089b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab089b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab089b Color CSS Codes

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

#ab089b Text Font Color

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

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


#ab089b Background Color

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

This div background color is #ab089b


#ab089b Border Color

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

This div border color is #ab089b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab089b


Comments

No comments written yet.

Please login to write comment.