Color Hex Logo

#e19dee Color Hex

#E19DEE
(225,157,238)
0 Favorites   0 Comments

Color spaces of #e19dee

RGB 225157238
HSL0.810.700.77
HSV290°34°93°
CMYK 0.050.340.00   0.07
XYZ58.540946.294586.7392
Yxy46.29450.30560.2417
Hunter Lab68.040134.5093-27.9564
CIE-Lab73.736238.6185-30.6847

#e19dee color RGB value is (225,157,238).

#e19dee hex color red value is 225, green value is 157 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e19dee hue: 0.81 , saturation: 0.70 and the lightness value of e19dee is 0.77.

The process color (four color CMYK) of #e19dee color hex is 0.05, 0.34, 0.00, 0.07. Web safe color of #e19dee is #cc99ff. Color #e19dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011101 11101110
Octal 341 235 356
Decimal 225 157 238
Hex E1 9D EE

RGB Percentages of Color #e19dee

%36.29
%25.32
%38.39

CMYK Percentages of Color #e19dee

%5
%34
%0
%7

Triadic Colors of #e19dee

#e19dee #eee19d #9deee1

Analogous Colors of #e19dee

#e19dee #ee9dd3 #b99dee

Monochromatic Colors of #e19dee

#e19dee

Complementary Color

#e19dee #aaee9d

#e19dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19dee Color CSS Codes

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

#e19dee Text Font Color

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

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


#e19dee Background Color

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

This div background color is #e19dee


#e19dee Border Color

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

This div border color is #e19dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,157,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19dee


Comments

No comments written yet.

Please login to write comment.