Color Hex Logo

#ad52cb Color Hex

#AD52CB
(173,82,203)
0 Favorites   0 Comments

Color spaces of #ad52cb

RGB 17382203
HSL0.790.540.56
HSV285°60°80°
CMYK 0.150.600.00   0.20
XYZ31.030419.230658.5763
Yxy19.23060.28510.1767
Hunter Lab43.852749.5653-48.4998
CIE-Lab50.955955.6832-47.2200

#ad52cb color RGB value is (173,82,203).

#ad52cb hex color red value is 173, green value is 82 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ad52cb hue: 0.79 , saturation: 0.54 and the lightness value of ad52cb is 0.56.

The process color (four color CMYK) of #ad52cb color hex is 0.15, 0.60, 0.00, 0.20. Web safe color of #ad52cb is #9966cc. Color #ad52cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010010 11001011
Octal 255 122 313
Decimal 173 82 203
Hex AD 52 CB

RGB Percentages of Color #ad52cb

%37.77
%17.90
%44.32

CMYK Percentages of Color #ad52cb

%15
%60
%0
%20

Triadic Colors of #ad52cb

#ad52cb #cbad52 #52cbad

Analogous Colors of #ad52cb

#ad52cb #cb52ad #7152cb

Monochromatic Colors of #ad52cb

#ad52cb

Complementary Color

#ad52cb #70cb52

#ad52cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad52cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad52cb Color CSS Codes

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

#ad52cb Text Font Color

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

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


#ad52cb Background Color

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

This div background color is #ad52cb


#ad52cb Border Color

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

This div border color is #ad52cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad52cb


Comments

No comments written yet.

Please login to write comment.