Color Hex Logo

#d19eda Color Hex

#D19EDA
(209,158,218)
0 Favorites   0 Comments

Color spaces of #d19eda

RGB 209158218
HSL0.810.450.74
HSV291°28°85°
CMYK 0.040.280.00   0.15
XYZ51.176243.071071.9459
Yxy43.07100.30790.2592
Hunter Lab65.628524.3420-19.0573
CIE-Lab71.603129.1681-23.1590

#d19eda color RGB value is (209,158,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011110 11011010
Octal 321 236 332
Decimal 209 158 218
Hex D1 9E DA

RGB Percentages of Color #d19eda

%35.73
%27.01
%37.26

CMYK Percentages of Color #d19eda

%4
%28
%0
%15

Triadic Colors of #d19eda

#d19eda #dad19e #9edad1

Analogous Colors of #d19eda

#d19eda #da9ec5 #b39eda

Monochromatic Colors of #d19eda

#d19eda

Complementary Color

#d19eda #a7da9e

#d19eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19eda Color CSS Codes

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

#d19eda Text Font Color

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

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


#d19eda Background Color

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

This div background color is #d19eda


#d19eda Border Color

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

This div border color is #d19eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19eda


Comments

No comments written yet.

Please login to write comment.