Color Hex Logo

#ad57ba Color Hex

#AD57BA
(173,87,186)
0 Favorites   0 Comments

Color spaces of #ad57ba

RGB 17387186
HSL0.810.420.54
HSV292°53°73°
CMYK 0.070.530.00   0.27
XYZ29.504719.245848.6141
Yxy19.24580.30300.1977
Hunter Lab43.870043.2772-34.9925
CIE-Lab50.973549.8694-37.3896

#ad57ba color RGB value is (173,87,186).

#ad57ba hex color red value is 173, green value is 87 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ad57ba hue: 0.81 , saturation: 0.42 and the lightness value of ad57ba is 0.54.

The process color (four color CMYK) of #ad57ba color hex is 0.07, 0.53, 0.00, 0.27. Web safe color of #ad57ba is #9966cc. Color #ad57ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010111 10111010
Octal 255 127 272
Decimal 173 87 186
Hex AD 57 BA

RGB Percentages of Color #ad57ba

%38.79
%19.51
%41.70

CMYK Percentages of Color #ad57ba

%7
%53
%0
%27

Triadic Colors of #ad57ba

#ad57ba #baad57 #57baad

Analogous Colors of #ad57ba

#ad57ba #ba5796 #7c57ba

Monochromatic Colors of #ad57ba

#ad57ba

Complementary Color

#ad57ba #64ba57

#ad57ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad57ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad57ba Color CSS Codes

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

#ad57ba Text Font Color

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

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


#ad57ba Background Color

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

This div background color is #ad57ba


#ad57ba Border Color

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

This div border color is #ad57ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad57ba


Comments

No comments written yet.

Please login to write comment.