Color Hex Logo

#e091db Color Hex

#E091DB
(224,145,219)
0 Favorites   0 Comments

Color spaces of #e091db

RGB 224145219
HSL0.840.560.72
HSV304°35°88°
CMYK 0.000.350.02   0.12
XYZ53.652141.212672.1449
Yxy41.21260.32130.2468
Hunter Lab64.197036.8350-21.6924
CIE-Lab70.324641.1357-25.5238

#e091db color RGB value is (224,145,219).

#e091db hex color red value is 224, green value is 145 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e091db hue: 0.84 , saturation: 0.56 and the lightness value of e091db is 0.72.

The process color (four color CMYK) of #e091db color hex is 0.00, 0.35, 0.02, 0.12. Web safe color of #e091db is #cc99cc. Color #e091db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010001 11011011
Octal 340 221 333
Decimal 224 145 219
Hex E0 91 DB

RGB Percentages of Color #e091db

%38.10
%24.66
%37.24

CMYK Percentages of Color #e091db

%0
%35
%2
%12

Triadic Colors of #e091db

#e091db #dbe091 #91dbe0

Analogous Colors of #e091db

#e091db #e091b4 #be91e0

Monochromatic Colors of #e091db

#e091db

Complementary Color

#e091db #91e096

#e091db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e091db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e091db Color CSS Codes

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

#e091db Text Font Color

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

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


#e091db Background Color

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

This div background color is #e091db


#e091db Border Color

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

This div border color is #e091db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e091db


Comments

No comments written yet.

Please login to write comment.