Color Hex Logo

#ab059b Color Hex

#AB059B
(171,5,155)
0 Favorites   0 Comments

Color spaces of #ab059b

RGB 1715155
HSL0.850.940.35
HSV306°97°67°
CMYK 0.000.970.09   0.33
XYZ22.765311.133031.9594
Yxy11.13300.34570.1690
Hunter Lab33.366263.3975-33.4340
CIE-Lab39.803669.9817-36.7026

#ab059b color RGB value is (171,5,155).

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

The process color (four color CMYK) of #ab059b color hex is 0.00, 0.97, 0.09, 0.33. Web safe color of #ab059b is #990099. Color #ab059b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000101 10011011
Octal 253 5 233
Decimal 171 5 155
Hex AB 5 9B

RGB Percentages of Color #ab059b

%51.66
%1.51
%46.83

CMYK Percentages of Color #ab059b

%0
%97
%9
%33

Triadic Colors of #ab059b

#ab059b #9bab05 #059bab

Analogous Colors of #ab059b

#ab059b #ab0548 #6805ab

Monochromatic Colors of #ab059b

#ab059b

Complementary Color

#ab059b #05ab15

#ab059b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab059b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab059b Color CSS Codes

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

#ab059b Text Font Color

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

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


#ab059b Background Color

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

This div background color is #ab059b


#ab059b Border Color

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

This div border color is #ab059b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab059b


Comments

No comments written yet.

Please login to write comment.