Color Hex Logo

#ad39de Color Hex

#AD39DE
(173,57,222)
0 Favorites   0 Comments

Color spaces of #ad39de

RGB 17357222
HSL0.780.710.55
HSV282°74°87°
CMYK 0.220.740.00   0.13
XYZ31.881517.084470.7245
Yxy17.08440.26640.1427
Hunter Lab41.333365.3487-72.5166
CIE-Lab48.366269.9650-62.2312

#ad39de color RGB value is (173,57,222).

#ad39de hex color red value is 173, green value is 57 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ad39de hue: 0.78 , saturation: 0.71 and the lightness value of ad39de is 0.55.

The process color (four color CMYK) of #ad39de color hex is 0.22, 0.74, 0.00, 0.13. Web safe color of #ad39de is #9933cc. Color #ad39de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111001 11011110
Octal 255 71 336
Decimal 173 57 222
Hex AD 39 DE

RGB Percentages of Color #ad39de

%38.27
%12.61
%49.12

CMYK Percentages of Color #ad39de

%22
%74
%0
%13

Triadic Colors of #ad39de

#ad39de #dead39 #39dead

Analogous Colors of #ad39de

#ad39de #de39bd #5b39de

Monochromatic Colors of #ad39de

#ad39de

Complementary Color

#ad39de #6ade39

#ad39de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad39de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad39de Color CSS Codes

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

#ad39de Text Font Color

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

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


#ad39de Background Color

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

This div background color is #ad39de


#ad39de Border Color

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

This div border color is #ad39de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad39de


Comments

No comments written yet.

Please login to write comment.