Color Hex Logo

#ad58de Color Hex

#AD58DE
(173,88,222)
0 Favorites   0 Comments

Color spaces of #ad58de

RGB 17388222
HSL0.770.670.61
HSV278°60°87°
CMYK 0.220.600.00   0.13
XYZ33.908121.137671.4001
Yxy21.13760.26820.1672
Hunter Lab45.975651.1905-59.8943
CIE-Lab53.099856.7722-54.6197

#ad58de color RGB value is (173,88,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011000 11011110
Octal 255 130 336
Decimal 173 88 222
Hex AD 58 DE

RGB Percentages of Color #ad58de

%35.82
%18.22
%45.96

CMYK Percentages of Color #ad58de

%22
%60
%0
%13

Triadic Colors of #ad58de

#ad58de #dead58 #58dead

Analogous Colors of #ad58de

#ad58de #de58cc #6a58de

Monochromatic Colors of #ad58de

#ad58de

Complementary Color

#ad58de #89de58

#ad58de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad58de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad58de Color CSS Codes

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

#ad58de Text Font Color

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

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


#ad58de Background Color

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

This div background color is #ad58de


#ad58de Border Color

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

This div border color is #ad58de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad58de


Comments

No comments written yet.

Please login to write comment.