Color Hex Logo

#ab097a Color Hex

#AB097A
(171,9,122)
0 Favorites   0 Comments

Color spaces of #ab097a

RGB 1719122
HSL0.880.900.35
HSV318°95°67°
CMYK 0.000.950.29   0.33
XYZ20.405110.258419.3170
Yxy10.25840.40830.2052
Hunter Lab32.028757.6698-13.3386
CIE-Lab38.302365.3282-18.7556

#ab097a color RGB value is (171,9,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001001 01111010
Octal 253 11 172
Decimal 171 9 122
Hex AB 9 7A

RGB Percentages of Color #ab097a

%56.62
%2.98
%40.40

CMYK Percentages of Color #ab097a

%0
%95
%29
%33

Triadic Colors of #ab097a

#ab097a #7aab09 #097aab

Analogous Colors of #ab097a

#ab097a #ab0929 #8b09ab

Monochromatic Colors of #ab097a

#ab097a

Complementary Color

#ab097a #09ab3a

#ab097a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab097a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab097a Color CSS Codes

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

#ab097a Text Font Color

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

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


#ab097a Background Color

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

This div background color is #ab097a


#ab097a Border Color

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

This div border color is #ab097a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab097a


Comments

No comments written yet.

Please login to write comment.