Color Hex Logo

#e291de Color Hex

#E291DE
(226,145,222)
0 Favorites   0 Comments

Color spaces of #e291de

RGB 226145222
HSL0.840.580.73
HSV303°36°89°
CMYK 0.000.360.02   0.11
XYZ54.674241.693574.2732
Yxy41.69350.32040.2443
Hunter Lab64.570538.1441-22.9999
CIE-Lab70.659142.3016-26.6451

#e291de color RGB value is (226,145,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010001 11011110
Octal 342 221 336
Decimal 226 145 222
Hex E2 91 DE

RGB Percentages of Color #e291de

%38.11
%24.45
%37.44

CMYK Percentages of Color #e291de

%0
%36
%2
%11

Triadic Colors of #e291de

#e291de #dee291 #91dee2

Analogous Colors of #e291de

#e291de #e291b6 #be91e2

Monochromatic Colors of #e291de

#e291de

Complementary Color

#e291de #91e295

#e291de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e291de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e291de Color CSS Codes

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

#e291de Text Font Color

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

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


#e291de Background Color

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

This div background color is #e291de


#e291de Border Color

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

This div border color is #e291de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e291de


Comments

No comments written yet.

Please login to write comment.