Color Hex Logo

#ad62de Color Hex

#AD62DE
(173,98,222)
0 Favorites   0 Comments

Color spaces of #ad62de

RGB 17398222
HSL0.770.650.63
HSV276°56°87°
CMYK 0.220.560.00   0.13
XYZ34.786122.893571.6927
Yxy22.89350.26890.1770
Hunter Lab47.847246.0415-55.3453
CIE-Lab54.962551.7780-51.6452

#ad62de color RGB value is (173,98,222).

#ad62de hex color red value is 173, green value is 98 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ad62de hue: 0.77 , saturation: 0.65 and the lightness value of ad62de is 0.63.

The process color (four color CMYK) of #ad62de color hex is 0.22, 0.56, 0.00, 0.13. Web safe color of #ad62de is #9966cc. Color #ad62de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100010 11011110
Octal 255 142 336
Decimal 173 98 222
Hex AD 62 DE

RGB Percentages of Color #ad62de

%35.09
%19.88
%45.03

CMYK Percentages of Color #ad62de

%22
%56
%0
%13

Triadic Colors of #ad62de

#ad62de #dead62 #62dead

Analogous Colors of #ad62de

#ad62de #de62d1 #6f62de

Monochromatic Colors of #ad62de

#ad62de

Complementary Color

#ad62de #93de62

#ad62de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad62de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad62de Color CSS Codes

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

#ad62de Text Font Color

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

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


#ad62de Background Color

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

This div background color is #ad62de


#ad62de Border Color

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

This div border color is #ad62de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad62de


Comments

No comments written yet.

Please login to write comment.