Color Hex Logo

#ad65dc Color Hex

#AD65DC
(173,101,220)
0 Favorites   0 Comments

Color spaces of #ad65dc

RGB 173101220
HSL0.770.630.63
HSV276°54°86°
CMYK 0.210.540.00   0.14
XYZ34.805523.358970.3844
Yxy23.35890.27080.1817
Hunter Lab48.331043.9671-52.5122
CIE-Lab55.440149.7857-49.7568

#ad65dc color RGB value is (173,101,220).

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

The process color (four color CMYK) of #ad65dc color hex is 0.21, 0.54, 0.00, 0.14. Web safe color of #ad65dc is #9966cc. Color #ad65dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 11011100
Octal 255 145 334
Decimal 173 101 220
Hex AD 65 DC

RGB Percentages of Color #ad65dc

%35.02
%20.45
%44.53

CMYK Percentages of Color #ad65dc

%21
%54
%0
%14

Triadic Colors of #ad65dc

#ad65dc #dcad65 #65dcad

Analogous Colors of #ad65dc

#ad65dc #dc65d0 #7265dc

Monochromatic Colors of #ad65dc

#ad65dc

Complementary Color

#ad65dc #94dc65

#ad65dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad65dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad65dc Color CSS Codes

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

#ad65dc Text Font Color

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

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


#ad65dc Background Color

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

This div background color is #ad65dc


#ad65dc Border Color

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

This div border color is #ad65dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad65dc


Comments

No comments written yet.

Please login to write comment.