Color Hex Logo

#e39edb Color Hex

#E39EDB
(227,158,219)
0 Favorites   0 Comments

Color spaces of #e39edb

RGB 227158219
HSL0.850.550.75
HSV307°30°89°
CMYK 0.000.300.04   0.11
XYZ56.691645.899172.8893
Yxy45.89910.32310.2616
Hunter Lab67.748930.8065-16.3644
CIE-Lab73.480035.1953-20.6811

#e39edb color RGB value is (227,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011110 11011011
Octal 343 236 333
Decimal 227 158 219
Hex E3 9E DB

RGB Percentages of Color #e39edb

%37.58
%26.16
%36.26

CMYK Percentages of Color #e39edb

%0
%30
%4
%11

Triadic Colors of #e39edb

#e39edb #dbe39e #9edbe3

Analogous Colors of #e39edb

#e39edb #e39eb9 #c99ee3

Monochromatic Colors of #e39edb

#e39edb

Complementary Color

#e39edb #9ee3a6

#e39edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39edb Color CSS Codes

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

#e39edb Text Font Color

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

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


#e39edb Background Color

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

This div background color is #e39edb


#e39edb Border Color

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

This div border color is #e39edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,158,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39edb


Comments

No comments written yet.

Please login to write comment.