Color Hex Logo

#ad52bc Color Hex

#AD52BC
(173,82,188)
0 Favorites   0 Comments

Color spaces of #ad52bc

RGB 17382188
HSL0.810.440.53
HSV292°56°74°
CMYK 0.080.560.00   0.26
XYZ29.328018.549749.6116
Yxy18.54970.30080.1903
Hunter Lab43.069446.1778-38.1476
CIE-Lab50.156252.7155-39.8373

#ad52bc color RGB value is (173,82,188).

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

The process color (four color CMYK) of #ad52bc color hex is 0.08, 0.56, 0.00, 0.26. Web safe color of #ad52bc is #9966cc. Color #ad52bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010010 10111100
Octal 255 122 274
Decimal 173 82 188
Hex AD 52 BC

RGB Percentages of Color #ad52bc

%39.05
%18.51
%42.44

CMYK Percentages of Color #ad52bc

%8
%56
%0
%26

Triadic Colors of #ad52bc

#ad52bc #bcad52 #52bcad

Analogous Colors of #ad52bc

#ad52bc #bc5296 #7852bc

Monochromatic Colors of #ad52bc

#ad52bc

Complementary Color

#ad52bc #61bc52

#ad52bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad52bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad52bc Color CSS Codes

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

#ad52bc Text Font Color

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

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


#ad52bc Background Color

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

This div background color is #ad52bc


#ad52bc Border Color

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

This div border color is #ad52bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad52bc


Comments

No comments written yet.

Please login to write comment.