Color Hex Logo

#ad9fda Color Hex

#AD9FDA
(173,159,218)
0 Favorites   0 Comments

Color spaces of #ad9fda

RGB 173159218
HSL0.710.440.74
HSV254°27°85°
CMYK 0.210.270.00   0.15
XYZ42.286638.742571.5790
Yxy38.74250.27710.2539
Hunter Lab62.243512.3422-24.6121
CIE-Lab68.564317.2009-28.1017

#ad9fda color RGB value is (173,159,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011111 11011010
Octal 255 237 332
Decimal 173 159 218
Hex AD 9F DA

RGB Percentages of Color #ad9fda

%31.45
%28.91
%39.64

CMYK Percentages of Color #ad9fda

%21
%27
%0
%15

Triadic Colors of #ad9fda

#ad9fda #daad9f #9fdaad

Analogous Colors of #ad9fda

#ad9fda #cb9fda #9fafda

Monochromatic Colors of #ad9fda

#ad9fda

Complementary Color

#ad9fda #ccda9f

#ad9fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9fda Color CSS Codes

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

#ad9fda Text Font Color

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

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


#ad9fda Background Color

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

This div background color is #ad9fda


#ad9fda Border Color

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

This div border color is #ad9fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9fda


Comments

No comments written yet.

Please login to write comment.