Color Hex Logo

#ad65ef Color Hex

#AD65EF
(173,101,239)
0 Favorites   0 Comments

Color spaces of #ad65ef

RGB 173101239
HSL0.750.810.67
HSV271°58°94°
CMYK 0.280.580.00   0.06
XYZ37.467224.423684.4008
Yxy24.42360.25610.1670
Hunter Lab49.420248.8416-66.6624
CIE-Lab56.509454.0721-58.7047

#ad65ef color RGB value is (173,101,239).

#ad65ef hex color red value is 173, green value is 101 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ad65ef hue: 0.75 , saturation: 0.81 and the lightness value of ad65ef is 0.67.

The process color (four color CMYK) of #ad65ef color hex is 0.28, 0.58, 0.00, 0.06. Web safe color of #ad65ef is #9966ff. Color #ad65ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 11101111
Octal 255 145 357
Decimal 173 101 239
Hex AD 65 EF

RGB Percentages of Color #ad65ef

%33.72
%19.69
%46.59

CMYK Percentages of Color #ad65ef

%28
%58
%0
%6

Triadic Colors of #ad65ef

#ad65ef #efad65 #65efad

Analogous Colors of #ad65ef

#ad65ef #ef65ec #6865ef

Monochromatic Colors of #ad65ef

#ad65ef

Complementary Color

#ad65ef #a7ef65

#ad65ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad65ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad65ef Color CSS Codes

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

#ad65ef Text Font Color

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

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


#ad65ef Background Color

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

This div background color is #ad65ef


#ad65ef Border Color

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

This div border color is #ad65ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad65ef


Comments

No comments written yet.

Please login to write comment.