Color Hex Logo

#ab57ad Color Hex

#AB57AD
(171,87,173)
0 Favorites   0 Comments

Color spaces of #ab57ad

RGB 17187173
HSL0.830.340.51
HSV299°50°68°
CMYK 0.010.500.00   0.32
XYZ27.745618.491441.6420
Yxy18.49140.31570.2104
Hunter Lab43.001639.9193-27.3142
CIE-Lab50.086846.8252-31.2307

#ab57ad color RGB value is (171,87,173).

#ab57ad hex color red value is 171, green value is 87 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ab57ad hue: 0.83 , saturation: 0.34 and the lightness value of ab57ad is 0.51.

The process color (four color CMYK) of #ab57ad color hex is 0.01, 0.50, 0.00, 0.32. Web safe color of #ab57ad is #996699. Color #ab57ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010111 10101101
Octal 253 127 255
Decimal 171 87 173
Hex AB 57 AD

RGB Percentages of Color #ab57ad

%39.68
%20.19
%40.14

CMYK Percentages of Color #ab57ad

%1
%50
%0
%32

Triadic Colors of #ab57ad

#ab57ad #adab57 #57adab

Analogous Colors of #ab57ad

#ab57ad #ad5784 #8057ad

Monochromatic Colors of #ab57ad

#ab57ad

Complementary Color

#ab57ad #59ad57

#ab57ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab57ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab57ad Color CSS Codes

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

#ab57ad Text Font Color

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

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


#ab57ad Background Color

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

This div background color is #ab57ad


#ab57ad Border Color

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

This div border color is #ab57ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab57ad


Comments

No comments written yet.

Please login to write comment.