Color Hex Logo

#d9adea Color Hex

#D9ADEA
(217,173,234)
0 Favorites   0 Comments

Color spaces of #d9adea

RGB 217173234
HSL0.790.590.80
HSV283°26°92°
CMYK 0.070.260.00   0.08
XYZ58.410150.579484.5261
Yxy50.57940.30180.2614
Hunter Lab71.119222.1432-20.6835
CIE-Lab76.423526.7182-24.4610

#d9adea color RGB value is (217,173,234).

#d9adea hex color red value is 217, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d9adea hue: 0.79 , saturation: 0.59 and the lightness value of d9adea is 0.80.

The process color (four color CMYK) of #d9adea color hex is 0.07, 0.26, 0.00, 0.08. Web safe color of #d9adea is #cc99ff. Color #d9adea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101101 11101010
Octal 331 255 352
Decimal 217 173 234
Hex D9 AD EA

RGB Percentages of Color #d9adea

%34.78
%27.72
%37.50

CMYK Percentages of Color #d9adea

%7
%26
%0
%8

Triadic Colors of #d9adea

#d9adea #ead9ad #adead9

Analogous Colors of #d9adea

#d9adea #eaaddd #bbadea

Monochromatic Colors of #d9adea

#d9adea

Complementary Color

#d9adea #beeaad

#d9adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9adea Color CSS Codes

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

#d9adea Text Font Color

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

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


#d9adea Background Color

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

This div background color is #d9adea


#d9adea Border Color

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

This div border color is #d9adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9adea


Comments

No comments written yet.

Please login to write comment.