Color Hex Logo

#ab056a Color Hex

#AB056A
(171,5,106)
0 Favorites   0 Comments

Color spaces of #ab056a

RGB 1715106
HSL0.900.940.35
HSV323°97°67°
CMYK 0.000.970.38   0.33
XYZ19.45049.807114.5035
Yxy9.80710.44450.2241
Hunter Lab31.316356.0620-5.5375
CIE-Lab37.494064.0682-9.9102

#ab056a color RGB value is (171,5,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000101 01101010
Octal 253 5 152
Decimal 171 5 106
Hex AB 5 6A

RGB Percentages of Color #ab056a

%60.64
%1.77
%37.59

CMYK Percentages of Color #ab056a

%0
%97
%38
%33

Triadic Colors of #ab056a

#ab056a #6aab05 #056aab

Analogous Colors of #ab056a

#ab056a #ab0517 #9905ab

Monochromatic Colors of #ab056a

#ab056a

Complementary Color

#ab056a #05ab46

#ab056a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab056a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab056a Color CSS Codes

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

#ab056a Text Font Color

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

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


#ab056a Background Color

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

This div background color is #ab056a


#ab056a Border Color

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

This div border color is #ab056a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab056a


Comments

No comments written yet.

Please login to write comment.