Color Hex Logo

#e19eda Color Hex

#E19EDA
(225,158,218)
0 Favorites   0 Comments

Color spaces of #e19eda

RGB 225158218
HSL0.850.530.75
HSV306°30°88°
CMYK 0.000.300.03   0.12
XYZ55.933145.523272.1685
Yxy45.52320.32210.2622
Hunter Lab67.470929.9018-16.1884
CIE-Lab73.235134.3656-20.5248

#e19eda color RGB value is (225,158,218).

#e19eda hex color red value is 225, green value is 158 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e19eda hue: 0.85 , saturation: 0.53 and the lightness value of e19eda is 0.75.

The process color (four color CMYK) of #e19eda color hex is 0.00, 0.30, 0.03, 0.12. Web safe color of #e19eda is #cc99cc. Color #e19eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011110 11011010
Octal 341 236 332
Decimal 225 158 218
Hex E1 9E DA

RGB Percentages of Color #e19eda

%37.44
%26.29
%36.27

CMYK Percentages of Color #e19eda

%0
%30
%3
%12

Triadic Colors of #e19eda

#e19eda #dae19e #9edae1

Analogous Colors of #e19eda

#e19eda #e19eb9 #c79ee1

Monochromatic Colors of #e19eda

#e19eda

Complementary Color

#e19eda #9ee1a5

#e19eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19eda Color CSS Codes

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

#e19eda Text Font Color

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

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


#e19eda Background Color

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

This div background color is #e19eda


#e19eda Border Color

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

This div border color is #e19eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19eda


Comments

No comments written yet.

Please login to write comment.