Color Hex Logo

#ad61de Color Hex

#AD61DE
(173,97,222)
0 Favorites   0 Comments

Color spaces of #ad61de

RGB 17397222
HSL0.770.650.63
HSV276°56°87°
CMYK 0.220.560.00   0.13
XYZ34.693122.707671.6617
Yxy22.70760.26880.1759
Hunter Lab47.652546.5640-55.8059
CIE-Lab54.769952.2892-51.9522

#ad61de color RGB value is (173,97,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100001 11011110
Octal 255 141 336
Decimal 173 97 222
Hex AD 61 DE

RGB Percentages of Color #ad61de

%35.16
%19.72
%45.12

CMYK Percentages of Color #ad61de

%22
%56
%0
%13

Triadic Colors of #ad61de

#ad61de #dead61 #61dead

Analogous Colors of #ad61de

#ad61de #de61d1 #6f61de

Monochromatic Colors of #ad61de

#ad61de

Complementary Color

#ad61de #92de61

#ad61de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad61de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad61de Color CSS Codes

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

#ad61de Text Font Color

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

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


#ad61de Background Color

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

This div background color is #ad61de


#ad61de Border Color

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

This div border color is #ad61de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad61de


Comments

No comments written yet.

Please login to write comment.