Color Hex Logo

#ab429e Color Hex

#AB429E
(171,66,158)
0 Favorites   0 Comments

Color spaces of #ab429e

RGB 17166158
HSL0.850.440.46
HSV307°61°67°
CMYK 0.000.610.08   0.33
XYZ24.914415.023033.9343
Yxy15.02300.33730.2034
Hunter Lab38.759546.9097-24.7773
CIE-Lab45.665754.1928-29.2788

#ab429e color RGB value is (171,66,158).

#ab429e hex color red value is 171, green value is 66 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ab429e hue: 0.85 , saturation: 0.44 and the lightness value of ab429e is 0.46.

The process color (four color CMYK) of #ab429e color hex is 0.00, 0.61, 0.08, 0.33. Web safe color of #ab429e is #993399. Color #ab429e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000010 10011110
Octal 253 102 236
Decimal 171 66 158
Hex AB 42 9E

RGB Percentages of Color #ab429e

%43.29
%16.71
%40.00

CMYK Percentages of Color #ab429e

%0
%61
%8
%33

Triadic Colors of #ab429e

#ab429e #9eab42 #429eab

Analogous Colors of #ab429e

#ab429e #ab426a #8442ab

Monochromatic Colors of #ab429e

#ab429e

Complementary Color

#ab429e #42ab4f

#ab429e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab429e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab429e Color CSS Codes

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

#ab429e Text Font Color

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

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


#ab429e Background Color

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

This div background color is #ab429e


#ab429e Border Color

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

This div border color is #ab429e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab429e


Comments

No comments written yet.

Please login to write comment.