Color Hex Logo

#ad5fad Color Hex

#AD5FAD
(173,95,173)
0 Favorites   0 Comments

Color spaces of #ad5fad

RGB 17395173
HSL0.830.320.53
HSV300°45°68°
CMYK 0.000.450.00   0.32
XYZ28.868620.085841.8906
Yxy20.08580.31780.2211
Hunter Lab44.817236.5492-24.0463
CIE-Lab51.934143.2786-28.3340

#ad5fad color RGB value is (173,95,173).

#ad5fad hex color red value is 173, green value is 95 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ad5fad hue: 0.83 , saturation: 0.32 and the lightness value of ad5fad is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011111 10101101
Octal 255 137 255
Decimal 173 95 173
Hex AD 5F AD

RGB Percentages of Color #ad5fad

%39.23
%21.54
%39.23

CMYK Percentages of Color #ad5fad

%0
%45
%0
%32

Triadic Colors of #ad5fad

#ad5fad #adad5f #5fadad

Analogous Colors of #ad5fad

#ad5fad #ad5f86 #865fad

Monochromatic Colors of #ad5fad

#ad5fad

Complementary Color

#ad5fad #5fad5f

#ad5fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5fad Color CSS Codes

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

#ad5fad Text Font Color

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

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


#ad5fad Background Color

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

This div background color is #ad5fad


#ad5fad Border Color

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

This div border color is #ad5fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5fad


Comments

No comments written yet.

Please login to write comment.