Color Hex Logo

#ad62cd Color Hex

#AD62CD
(173,98,205)
0 Favorites   0 Comments

Color spaces of #ad62cd

RGB 17398205
HSL0.780.520.59
HSV282°52°80°
CMYK 0.160.520.00   0.20
XYZ32.620722.027460.2900
Yxy22.02740.28380.1916
Hunter Lab46.933441.9318-43.3098
CIE-Lab54.056148.1043-43.4459

#ad62cd color RGB value is (173,98,205).

#ad62cd hex color red value is 173, green value is 98 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ad62cd hue: 0.78 , saturation: 0.52 and the lightness value of ad62cd is 0.59.

The process color (four color CMYK) of #ad62cd color hex is 0.16, 0.52, 0.00, 0.20. Web safe color of #ad62cd is #9966cc. Color #ad62cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100010 11001101
Octal 255 142 315
Decimal 173 98 205
Hex AD 62 CD

RGB Percentages of Color #ad62cd

%36.34
%20.59
%43.07

CMYK Percentages of Color #ad62cd

%16
%52
%0
%20

Triadic Colors of #ad62cd

#ad62cd #cdad62 #62cdad

Analogous Colors of #ad62cd

#ad62cd #cd62b8 #7862cd

Monochromatic Colors of #ad62cd

#ad62cd

Complementary Color

#ad62cd #82cd62

#ad62cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad62cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad62cd Color CSS Codes

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

#ad62cd Text Font Color

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

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


#ad62cd Background Color

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

This div background color is #ad62cd


#ad62cd Border Color

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

This div border color is #ad62cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad62cd


Comments

No comments written yet.

Please login to write comment.