Color Hex Logo

#ab096b Color Hex

#AB096B
(171,9,107)
0 Favorites   0 Comments

Color spaces of #ab096b

RGB 1719107
HSL0.900.900.35
HSV324°95°67°
CMYK 0.000.950.37   0.33
XYZ19.54619.914814.7935
Yxy9.91480.44170.2240
Hunter Lab31.487855.7006-5.8140
CIE-Lab37.689163.7097-10.2501

#ab096b color RGB value is (171,9,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001001 01101011
Octal 253 11 153
Decimal 171 9 107
Hex AB 9 6B

RGB Percentages of Color #ab096b

%59.58
%3.14
%37.28

CMYK Percentages of Color #ab096b

%0
%95
%37
%33

Triadic Colors of #ab096b

#ab096b #6bab09 #096bab

Analogous Colors of #ab096b

#ab096b #ab091a #9a09ab

Monochromatic Colors of #ab096b

#ab096b

Complementary Color

#ab096b #09ab49

#ab096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab096b Color CSS Codes

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

#ab096b Text Font Color

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

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


#ab096b Background Color

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

This div background color is #ab096b


#ab096b Border Color

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

This div border color is #ab096b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab096b


Comments

No comments written yet.

Please login to write comment.