Color Hex Logo

#e39eda Color Hex

#E39EDA
(227,158,218)
0 Favorites   0 Comments

Color spaces of #e39eda

RGB 227158218
HSL0.860.550.75
HSV308°30°89°
CMYK 0.000.300.04   0.11
XYZ56.560345.846672.1979
Yxy45.84660.32390.2626
Hunter Lab67.710130.6137-15.8226
CIE-Lab73.445935.0172-20.1850

#e39eda color RGB value is (227,158,218).

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

The process color (four color CMYK) of #e39eda color hex is 0.00, 0.30, 0.04, 0.11. Web safe color of #e39eda is #cc99cc. Color #e39eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011110 11011010
Octal 343 236 332
Decimal 227 158 218
Hex E3 9E DA

RGB Percentages of Color #e39eda

%37.65
%26.20
%36.15

CMYK Percentages of Color #e39eda

%0
%30
%4
%11

Triadic Colors of #e39eda

#e39eda #dae39e #9edae3

Analogous Colors of #e39eda

#e39eda #e39eb8 #ca9ee3

Monochromatic Colors of #e39eda

#e39eda

Complementary Color

#e39eda #9ee3a7

#e39eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39eda Color CSS Codes

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

#e39eda Text Font Color

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

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


#e39eda Background Color

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

This div background color is #e39eda


#e39eda Border Color

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

This div border color is #e39eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39eda


Comments

No comments written yet.

Please login to write comment.