Color Hex Logo

#e391de Color Hex

#E391DE
(227,145,222)
0 Favorites   0 Comments

Color spaces of #e391de

RGB 227145222
HSL0.840.590.73
HSV304°36°89°
CMYK 0.000.360.02   0.11
XYZ54.988841.855674.2880
Yxy41.85560.32130.2446
Hunter Lab64.695938.4997-22.7935
CIE-Lab70.771242.6142-26.4634

#e391de color RGB value is (227,145,222).

#e391de hex color red value is 227, green value is 145 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e391de hue: 0.84 , saturation: 0.59 and the lightness value of e391de is 0.73.

The process color (four color CMYK) of #e391de color hex is 0.00, 0.36, 0.02, 0.11. Web safe color of #e391de is #cc99cc. Color #e391de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010001 11011110
Octal 343 221 336
Decimal 227 145 222
Hex E3 91 DE

RGB Percentages of Color #e391de

%38.22
%24.41
%37.37

CMYK Percentages of Color #e391de

%0
%36
%2
%11

Triadic Colors of #e391de

#e391de #dee391 #91dee3

Analogous Colors of #e391de

#e391de #e391b5 #bf91e3

Monochromatic Colors of #e391de

#e391de

Complementary Color

#e391de #91e396

#e391de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e391de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e391de Color CSS Codes

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

#e391de Text Font Color

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

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


#e391de Background Color

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

This div background color is #e391de


#e391de Border Color

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

This div border color is #e391de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e391de


Comments

No comments written yet.

Please login to write comment.