Color Hex Logo

#ad7ddf Color Hex

#AD7DDF
(173,125,223)
0 Favorites   0 Comments

Color spaces of #ad7ddf

RGB 173125223
HSL0.750.600.68
HSV269°44°87°
CMYK 0.220.440.00   0.13
XYZ37.886528.879273.3894
Yxy28.87920.27030.2061
Hunter Lab53.739431.7994-43.3521
CIE-Lab60.674937.4802-43.1581

#ad7ddf color RGB value is (173,125,223).

#ad7ddf hex color red value is 173, green value is 125 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ad7ddf hue: 0.75 , saturation: 0.60 and the lightness value of ad7ddf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111101 11011111
Octal 255 175 337
Decimal 173 125 223
Hex AD 7D DF

RGB Percentages of Color #ad7ddf

%33.21
%23.99
%42.80

CMYK Percentages of Color #ad7ddf

%22
%44
%0
%13

Triadic Colors of #ad7ddf

#ad7ddf #dfad7d #7ddfad

Analogous Colors of #ad7ddf

#ad7ddf #de7ddf #7d7edf

Monochromatic Colors of #ad7ddf

#ad7ddf

Complementary Color

#ad7ddf #afdf7d

#ad7ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7ddf Color CSS Codes

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

#ad7ddf Text Font Color

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

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


#ad7ddf Background Color

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

This div background color is #ad7ddf


#ad7ddf Border Color

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

This div border color is #ad7ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7ddf


Comments

No comments written yet.

Please login to write comment.