Color Hex Logo

#ab057f Color Hex

#AB057F
(171,5,127)
0 Favorites   0 Comments

Color spaces of #ab057f

RGB 1715127
HSL0.880.940.35
HSV316°97°67°
CMYK 0.000.970.26   0.33
XYZ20.679610.298820.9766
Yxy10.29880.39800.1982
Hunter Lab32.091758.8631-16.2904
CIE-Lab38.373466.3579-21.7632

#ab057f color RGB value is (171,5,127).

#ab057f hex color red value is 171, green value is 5 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ab057f hue: 0.88 , saturation: 0.94 and the lightness value of ab057f is 0.35.

The process color (four color CMYK) of #ab057f color hex is 0.00, 0.97, 0.26, 0.33. Web safe color of #ab057f is #990066. Color #ab057f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000101 01111111
Octal 253 5 177
Decimal 171 5 127
Hex AB 5 7F

RGB Percentages of Color #ab057f

%56.44
%1.65
%41.91

CMYK Percentages of Color #ab057f

%0
%97
%26
%33

Triadic Colors of #ab057f

#ab057f #7fab05 #057fab

Analogous Colors of #ab057f

#ab057f #ab052c #8405ab

Monochromatic Colors of #ab057f

#ab057f

Complementary Color

#ab057f #05ab31

#ab057f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab057f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab057f Color CSS Codes

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

#ab057f Text Font Color

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

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


#ab057f Background Color

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

This div background color is #ab057f


#ab057f Border Color

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

This div border color is #ab057f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab057f


Comments

No comments written yet.

Please login to write comment.