Color Hex Logo

#ab097e Color Hex

#AB097E
(171,9,126)
0 Favorites   0 Comments

Color spaces of #ab097e

RGB 1719126
HSL0.880.900.35
HSV317°95°67°
CMYK 0.000.950.26   0.33
XYZ20.658210.359720.6495
Yxy10.35970.39980.2005
Hunter Lab32.186558.2400-15.5074
CIE-Lab38.480465.7931-20.9753

#ab097e color RGB value is (171,9,126).

#ab097e hex color red value is 171, green value is 9 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ab097e hue: 0.88 , saturation: 0.90 and the lightness value of ab097e is 0.35.

The process color (four color CMYK) of #ab097e color hex is 0.00, 0.95, 0.26, 0.33. Web safe color of #ab097e is #990066. Color #ab097e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001001 01111110
Octal 253 11 176
Decimal 171 9 126
Hex AB 9 7E

RGB Percentages of Color #ab097e

%55.88
%2.94
%41.18

CMYK Percentages of Color #ab097e

%0
%95
%26
%33

Triadic Colors of #ab097e

#ab097e #7eab09 #097eab

Analogous Colors of #ab097e

#ab097e #ab092d #8709ab

Monochromatic Colors of #ab097e

#ab097e

Complementary Color

#ab097e #09ab36

#ab097e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab097e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab097e Color CSS Codes

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

#ab097e Text Font Color

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

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


#ab097e Background Color

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

This div background color is #ab097e


#ab097e Border Color

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

This div border color is #ab097e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab097e


Comments

No comments written yet.

Please login to write comment.