Color Hex Logo

#d2aede Color Hex

#D2AEDE
(210,174,222)
0 Favorites   0 Comments

Color spaces of #d2aede

RGB 210174222
HSL0.790.420.78
HSV285°22°87°
CMYK 0.050.220.00   0.13
XYZ54.899249.247775.7195
Yxy49.24770.30520.2738
Hunter Lab70.176716.8312-14.8492
CIE-Lab75.605221.5519-19.2528

#d2aede color RGB value is (210,174,222).

#d2aede hex color red value is 210, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d2aede hue: 0.79 , saturation: 0.42 and the lightness value of d2aede is 0.78.

The process color (four color CMYK) of #d2aede color hex is 0.05, 0.22, 0.00, 0.13. Web safe color of #d2aede is #cc99cc. Color #d2aede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101110 11011110
Octal 322 256 336
Decimal 210 174 222
Hex D2 AE DE

RGB Percentages of Color #d2aede

%34.65
%28.71
%36.63

CMYK Percentages of Color #d2aede

%5
%22
%0
%13

Triadic Colors of #d2aede

#d2aede #ded2ae #aeded2

Analogous Colors of #d2aede

#d2aede #deaed2 #baaede

Monochromatic Colors of #d2aede

#d2aede

Complementary Color

#d2aede #badeae

#d2aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2aede Color CSS Codes

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

#d2aede Text Font Color

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

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


#d2aede Background Color

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

This div background color is #d2aede


#d2aede Border Color

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

This div border color is #d2aede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,174,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2aede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2aede;
  -webkit-box-shadow: 1px 1px 3px 2px #d2aede;
  box-shadow:         1px 1px 3px 2px #d2aede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,174,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2aede


Comments

No comments written yet.

Please login to write comment.