Color Hex Logo

#ad65de Color Hex

#AD65DE
(173,101,222)
0 Favorites   0 Comments

Color spaces of #ad65de

RGB 173101222
HSL0.770.650.63
HSV276°55°87°
CMYK 0.220.550.00   0.13
XYZ35.072123.465571.7880
Yxy23.46550.26910.1801
Hunter Lab48.441244.4644-53.9567
CIE-Lab55.548650.2290-50.7116

#ad65de color RGB value is (173,101,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 11011110
Octal 255 145 336
Decimal 173 101 222
Hex AD 65 DE

RGB Percentages of Color #ad65de

%34.88
%20.36
%44.76

CMYK Percentages of Color #ad65de

%22
%55
%0
%13

Triadic Colors of #ad65de

#ad65de #dead65 #65dead

Analogous Colors of #ad65de

#ad65de #de65d3 #7165de

Monochromatic Colors of #ad65de

#ad65de

Complementary Color

#ad65de #96de65

#ad65de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad65de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad65de Color CSS Codes

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

#ad65de Text Font Color

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

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


#ad65de Background Color

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

This div background color is #ad65de


#ad65de Border Color

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

This div border color is #ad65de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad65de


Comments

No comments written yet.

Please login to write comment.