Color Hex Logo

#e099da Color Hex

#E099DA
(224,153,218)
0 Favorites   0 Comments

Color spaces of #e099da

RGB 224153218
HSL0.850.530.74
HSV305°32°88°
CMYK 0.000.320.03   0.12
XYZ54.786643.691771.8754
Yxy43.69170.32160.2565
Hunter Lab66.099732.2749-18.2009
CIE-Lab72.021936.7119-22.3800

#e099da color RGB value is (224,153,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011001 11011010
Octal 340 231 332
Decimal 224 153 218
Hex E0 99 DA

RGB Percentages of Color #e099da

%37.65
%25.71
%36.64

CMYK Percentages of Color #e099da

%0
%32
%3
%12

Triadic Colors of #e099da

#e099da #dae099 #99dae0

Analogous Colors of #e099da

#e099da #e099b7 #c399e0

Monochromatic Colors of #e099da

#e099da

Complementary Color

#e099da #99e09f

#e099da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e099da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e099da Color CSS Codes

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

#e099da Text Font Color

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

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


#e099da Background Color

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

This div background color is #e099da


#e099da Border Color

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

This div border color is #e099da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,153,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e099da


Comments

No comments written yet.

Please login to write comment.