Color Hex Logo

#ad52ba Color Hex

#AD52BA
(173,82,186)
0 Favorites   0 Comments

Color spaces of #ad52ba

RGB 17382186
HSL0.810.430.53
HSV293°56°73°
CMYK 0.070.560.00   0.27
XYZ29.113818.464048.4838
Yxy18.46400.30310.1922
Hunter Lab42.969845.7441-36.8195
CIE-Lab50.054152.3307-38.8381

#ad52ba color RGB value is (173,82,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010010 10111010
Octal 255 122 272
Decimal 173 82 186
Hex AD 52 BA

RGB Percentages of Color #ad52ba

%39.23
%18.59
%42.18

CMYK Percentages of Color #ad52ba

%7
%56
%0
%27

Triadic Colors of #ad52ba

#ad52ba #baad52 #52baad

Analogous Colors of #ad52ba

#ad52ba #ba5293 #7952ba

Monochromatic Colors of #ad52ba

#ad52ba

Complementary Color

#ad52ba #5fba52

#ad52ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad52ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad52ba Color CSS Codes

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

#ad52ba Text Font Color

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

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


#ad52ba Background Color

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

This div background color is #ad52ba


#ad52ba Border Color

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

This div border color is #ad52ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,82,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 #ad52ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad52ba


Comments

No comments written yet.

Please login to write comment.