Color Hex Logo

#ab017a Color Hex

#AB017A
(171,1,122)
0 Favorites   0 Comments

Color spaces of #ab017a

RGB 1711122
HSL0.880.990.34
HSV317°99°67°
CMYK 0.000.990.29   0.33
XYZ20.318310.084819.2880
Yxy10.08480.40890.2029
Hunter Lab31.756658.6328-13.7814
CIE-Lab37.994266.2309-19.2305

#ab017a color RGB value is (171,1,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 01111010
Octal 253 1 172
Decimal 171 1 122
Hex AB 1 7A

RGB Percentages of Color #ab017a

%58.16
%0.34
%41.50

CMYK Percentages of Color #ab017a

%0
%99
%29
%33

Triadic Colors of #ab017a

#ab017a #7aab01 #017aab

Analogous Colors of #ab017a

#ab017a #ab0125 #8701ab

Monochromatic Colors of #ab017a

#ab017a

Complementary Color

#ab017a #01ab32

#ab017a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab017a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab017a Color CSS Codes

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

#ab017a Text Font Color

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

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


#ab017a Background Color

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

This div background color is #ab017a


#ab017a Border Color

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

This div border color is #ab017a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab017a


Comments

No comments written yet.

Please login to write comment.