Color Hex Logo

#e099db Color Hex

#E099DB
(224,153,219)
0 Favorites   0 Comments

Color spaces of #e099db

RGB 224153219
HSL0.850.530.74
HSV304°32°88°
CMYK 0.000.320.02   0.12
XYZ54.917943.744272.5668
Yxy43.74420.32070.2555
Hunter Lab66.139432.4710-18.7542
CIE-Lab72.057236.8922-22.8758

#e099db color RGB value is (224,153,219).

#e099db hex color red value is 224, green value is 153 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e099db hue: 0.85 , saturation: 0.53 and the lightness value of e099db is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011001 11011011
Octal 340 231 333
Decimal 224 153 219
Hex E0 99 DB

RGB Percentages of Color #e099db

%37.58
%25.67
%36.74

CMYK Percentages of Color #e099db

%0
%32
%2
%12

Triadic Colors of #e099db

#e099db #dbe099 #99dbe0

Analogous Colors of #e099db

#e099db #e099b8 #c299e0

Monochromatic Colors of #e099db

#e099db

Complementary Color

#e099db #99e09e

#e099db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e099db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e099db Color CSS Codes

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

#e099db Text Font Color

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

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


#e099db Background Color

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

This div background color is #e099db


#e099db Border Color

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

This div border color is #e099db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e099db


Comments

No comments written yet.

Please login to write comment.