Color Hex Logo

#d49eda Color Hex

#D49EDA
(212,158,218)
0 Favorites   0 Comments

Color spaces of #d49eda

RGB 212158218
HSL0.820.450.74
HSV294°28°85°
CMYK 0.030.280.00   0.15
XYZ52.033143.512771.9860
Yxy43.51270.31060.2597
Hunter Lab65.964225.3651-18.5277
CIE-Lab71.901630.1394-22.6768

#d49eda color RGB value is (212,158,218).

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

The process color (four color CMYK) of #d49eda color hex is 0.03, 0.28, 0.00, 0.15. Web safe color of #d49eda is #cc99cc. Color #d49eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011110 11011010
Octal 324 236 332
Decimal 212 158 218
Hex D4 9E DA

RGB Percentages of Color #d49eda

%36.05
%26.87
%37.07

CMYK Percentages of Color #d49eda

%3
%28
%0
%15

Triadic Colors of #d49eda

#d49eda #dad49e #9edad4

Analogous Colors of #d49eda

#d49eda #da9ec2 #b69eda

Monochromatic Colors of #d49eda

#d49eda

Complementary Color

#d49eda #a4da9e

#d49eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49eda Color CSS Codes

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

#d49eda Text Font Color

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

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


#d49eda Background Color

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

This div background color is #d49eda


#d49eda Border Color

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

This div border color is #d49eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49eda


Comments

No comments written yet.

Please login to write comment.