Color Hex Logo

#ab016b Color Hex

#AB016B
(171,1,107)
0 Favorites   0 Comments

Color spaces of #ab016b

RGB 1711107
HSL0.900.990.34
HSV323°99°67°
CMYK 0.000.990.37   0.33
XYZ19.45939.741214.7645
Yxy9.74120.44260.2216
Hunter Lab31.210956.6717-6.1999
CIE-Lab37.373964.6307-10.7263

#ab016b color RGB value is (171,1,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 01101011
Octal 253 1 153
Decimal 171 1 107
Hex AB 1 6B

RGB Percentages of Color #ab016b

%61.29
%0.36
%38.35

CMYK Percentages of Color #ab016b

%0
%99
%37
%33

Triadic Colors of #ab016b

#ab016b #6bab01 #016bab

Analogous Colors of #ab016b

#ab016b #ab0116 #9601ab

Monochromatic Colors of #ab016b

#ab016b

Complementary Color

#ab016b #01ab41

#ab016b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab016b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab016b Color CSS Codes

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

#ab016b Text Font Color

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

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


#ab016b Background Color

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

This div background color is #ab016b


#ab016b Border Color

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

This div border color is #ab016b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab016b


Comments

No comments written yet.

Please login to write comment.