Color Hex Logo

#ab005e Color Hex

#AB005E
(171,0,94)
1 Favorites   0 Comments

Color spaces of #ab005e

RGB 171094
HSL0.911.000.34
HSV327°100°67°
CMYK 0.001.000.45   0.33
XYZ18.81509.466111.4252
Yxy9.46610.47390.2384
Hunter Lab30.767055.3160-0.4802
CIE-Lab36.866663.5282-3.1838

#ab005e color RGB value is (171,0,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000000 01011110
Octal 253 0 136
Decimal 171 0 94
Hex AB 0 5E

RGB Percentages of Color #ab005e

%64.53
%0.00
%35.47

CMYK Percentages of Color #ab005e

%0
%100
%45
%33

Triadic Colors of #ab005e

#ab005e #5eab00 #005eab

Analogous Colors of #ab005e

#ab005e #ab0008 #a300ab

Monochromatic Colors of #ab005e

#ab005e

Complementary Color

#ab005e #00ab4d

#ab005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab005e Color CSS Codes

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

#ab005e Text Font Color

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

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


#ab005e Background Color

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

This div background color is #ab005e


#ab005e Border Color

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

This div border color is #ab005e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab005e

#ab005e Color Palettes


Comments

No comments written yet.

Please login to write comment.