Color Hex Logo

#ad9dda Color Hex

#AD9DDA
(173,157,218)
0 Favorites   0 Comments

Color spaces of #ad9dda

RGB 173157218
HSL0.710.450.74
HSV256°28°85°
CMYK 0.210.280.00   0.15
XYZ41.945438.060171.4652
Yxy38.06010.27690.2513
Hunter Lab61.692913.4008-25.4967
CIE-Lab68.064918.3243-28.8706

#ad9dda color RGB value is (173,157,218).

#ad9dda hex color red value is 173, green value is 157 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ad9dda hue: 0.71 , saturation: 0.45 and the lightness value of ad9dda is 0.74.

The process color (four color CMYK) of #ad9dda color hex is 0.21, 0.28, 0.00, 0.15. Web safe color of #ad9dda is #9999cc. Color #ad9dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011101 11011010
Octal 255 235 332
Decimal 173 157 218
Hex AD 9D DA

RGB Percentages of Color #ad9dda

%31.57
%28.65
%39.78

CMYK Percentages of Color #ad9dda

%21
%28
%0
%15

Triadic Colors of #ad9dda

#ad9dda #daad9d #9ddaad

Analogous Colors of #ad9dda

#ad9dda #cc9dda #9dacda

Monochromatic Colors of #ad9dda

#ad9dda

Complementary Color

#ad9dda #cada9d

#ad9dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9dda Color CSS Codes

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

#ad9dda Text Font Color

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

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


#ad9dda Background Color

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

This div background color is #ad9dda


#ad9dda Border Color

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

This div border color is #ad9dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9dda


Comments

No comments written yet.

Please login to write comment.