Color Hex Logo

#ad65ad Color Hex

#AD65AD
(173,101,173)
0 Favorites   0 Comments

Color spaces of #ad65ad

RGB 173101173
HSL0.830.310.54
HSV300°42°68°
CMYK 0.000.420.00   0.32
XYZ29.430121.208742.0777
Yxy21.20870.31740.2287
Hunter Lab46.052933.4778-21.9352
CIE-Lab53.177240.0856-26.4070

#ad65ad color RGB value is (173,101,173).

#ad65ad hex color red value is 173, green value is 101 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ad65ad hue: 0.83 , saturation: 0.31 and the lightness value of ad65ad is 0.54.

The process color (four color CMYK) of #ad65ad color hex is 0.00, 0.42, 0.00, 0.32. Web safe color of #ad65ad is #996699. Color #ad65ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 10101101
Octal 255 145 255
Decimal 173 101 173
Hex AD 65 AD

RGB Percentages of Color #ad65ad

%38.70
%22.60
%38.70

CMYK Percentages of Color #ad65ad

%0
%42
%0
%32

Triadic Colors of #ad65ad

#ad65ad #adad65 #65adad

Analogous Colors of #ad65ad

#ad65ad #ad6589 #8965ad

Monochromatic Colors of #ad65ad

#ad65ad

Complementary Color

#ad65ad #65ad65

#ad65ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad65ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad65ad Color CSS Codes

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

#ad65ad Text Font Color

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

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


#ad65ad Background Color

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

This div background color is #ad65ad


#ad65ad Border Color

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

This div border color is #ad65ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad65ad


Comments

No comments written yet.

Please login to write comment.