Color Hex Logo

#ab006b Color Hex

#AB006B
(171,0,107)
0 Favorites   0 Comments

Color spaces of #ab006b

RGB 1710107
HSL0.901.000.34
HSV322°100°67°
CMYK 0.001.000.37   0.33
XYZ19.44849.719514.7609
Yxy9.71950.44270.2213
Hunter Lab31.176156.7943-6.2487
CIE-Lab37.334264.7467-10.7863

#ab006b color RGB value is (171,0,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000000 01101011
Octal 253 0 153
Decimal 171 0 107
Hex AB 0 6B

RGB Percentages of Color #ab006b

%61.51
%0.00
%38.49

CMYK Percentages of Color #ab006b

%0
%100
%37
%33

Triadic Colors of #ab006b

#ab006b #6bab00 #006bab

Analogous Colors of #ab006b

#ab006b #ab0015 #9600ab

Monochromatic Colors of #ab006b

#ab006b

Complementary Color

#ab006b #00ab40

#ab006b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab006b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab006b Color CSS Codes

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

#ab006b Text Font Color

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

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


#ab006b Background Color

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

This div background color is #ab006b


#ab006b Border Color

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

This div border color is #ab006b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab006b


Comments

No comments written yet.

Please login to write comment.