Color Hex Logo

#ab086b Color Hex

#AB086B
(171,8,107)
0 Favorites   0 Comments

Color spaces of #ab086b

RGB 1718107
HSL0.900.910.35
HSV324°95°67°
CMYK 0.000.950.37   0.33
XYZ19.53539.893114.7899
Yxy9.89310.44180.2237
Hunter Lab31.453355.8211-5.8619
CIE-Lab37.649963.8242-10.3093

#ab086b color RGB value is (171,8,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001000 01101011
Octal 253 10 153
Decimal 171 8 107
Hex AB 8 6B

RGB Percentages of Color #ab086b

%59.79
%2.80
%37.41

CMYK Percentages of Color #ab086b

%0
%95
%37
%33

Triadic Colors of #ab086b

#ab086b #6bab08 #086bab

Analogous Colors of #ab086b

#ab086b #ab081a #9a08ab

Monochromatic Colors of #ab086b

#ab086b

Complementary Color

#ab086b #08ab48

#ab086b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab086b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab086b Color CSS Codes

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

#ab086b Text Font Color

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

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


#ab086b Background Color

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

This div background color is #ab086b


#ab086b Border Color

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

This div border color is #ab086b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,8,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 #ab086b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab086b


Comments

No comments written yet.

Please login to write comment.