Color Hex Logo

#ab014e Color Hex

#AB014E
(171,1,78)
0 Favorites   0 Comments

Color spaces of #ab014e

RGB 171178
HSL0.920.990.34
HSV333°99°67°
CMYK 0.000.990.54   0.33
XYZ18.18069.22978.0310
Yxy9.22970.51300.2604
Hunter Lab30.380453.65435.5931
CIE-Lab36.422862.12846.5091

#ab014e color RGB value is (171,1,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 01001110
Octal 253 1 116
Decimal 171 1 78
Hex AB 1 4E

RGB Percentages of Color #ab014e

%68.40
%0.40
%31.20

CMYK Percentages of Color #ab014e

%0
%99
%54
%33

Triadic Colors of #ab014e

#ab014e #4eab01 #014eab

Analogous Colors of #ab014e

#ab014e #ab0901 #ab01a3

Monochromatic Colors of #ab014e

#ab014e

Complementary Color

#ab014e #01ab5e

#ab014e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab014e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab014e Color CSS Codes

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

#ab014e Text Font Color

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

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


#ab014e Background Color

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

This div background color is #ab014e


#ab014e Border Color

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

This div border color is #ab014e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab014e


Comments

No comments written yet.

Please login to write comment.