color codes Logo

#e09dd0 color codes

#E09DD0
(224,157,208)
0 Favorites   0 Comments

Color spaces of #e09dd0

RGB 224157208
HSL0.870.520.75
HSV314°30°88°
CMYK 0.000.300.07   0.12
XYZ54.182644.515365.4111
Yxy44.51530.33020.2713
Hunter Lab66.719828.1988-11.4232
CIE-Lab72.571632.8080-16.0468

#e09dd0 color RGB value is (224,157,208).

#e09dd0 hex color red value is 224, green value is 157 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #e09dd0 hue: 0.87 , saturation: 0.52 and the lightness value of e09dd0 is 0.75.

The process color (four color CMYK) of #e09dd0 color code is 0.00, 0.30, 0.07, 0.12. Web safe color of #e09dd0 is #cc99cc. Color #e09dd0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011101 11010000
Octal 340 235 320
Decimal 224 157 208
Hex E0 9D D0

RGB Percentages of Color #e09dd0

%38.03
%26.66
%35.31

CMYK Percentages of Color #e09dd0

%0
%30
%7
%12

Triadic Colors of #e09dd0

#e09dd0 #d0e09d #9dd0e0

Analogous Colors of #e09dd0

#e09dd0 #e09daf #cf9de0

Monochromatic Colors of #e09dd0

#e09dd0

Complementary Color

#e09dd0 #9de0ad

#e09dd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09dd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09dd0 Color CSS Codes

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

#e09dd0 Text Font Color

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

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


#e09dd0 Background Color

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

This div background color is #e09dd0


#e09dd0 Border Color

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

This div border color is #e09dd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09dd0


Comments

No comments written yet.

Please login to write comment.