Color Hex Logo

#e08ddd Color Hex

#E08DDD
(224,141,221)
0 Favorites   0 Comments

Color spaces of #e08ddd

RGB 224141221
HSL0.840.570.72
HSV302°37°88°
CMYK 0.000.370.01   0.12
XYZ53.316540.117573.3400
Yxy40.11750.31970.2406
Hunter Lab63.338439.4142-24.3155
CIE-Lab69.553143.5976-27.8114

#e08ddd color RGB value is (224,141,221).

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

The process color (four color CMYK) of #e08ddd color hex is 0.00, 0.37, 0.01, 0.12. Web safe color of #e08ddd is #cc99cc. Color #e08ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001101 11011101
Octal 340 215 335
Decimal 224 141 221
Hex E0 8D DD

RGB Percentages of Color #e08ddd

%38.23
%24.06
%37.71

CMYK Percentages of Color #e08ddd

%0
%37
%1
%12

Triadic Colors of #e08ddd

#e08ddd #dde08d #8ddde0

Analogous Colors of #e08ddd

#e08ddd #e08db4 #ba8de0

Monochromatic Colors of #e08ddd

#e08ddd

Complementary Color

#e08ddd #8de090

#e08ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08ddd Color CSS Codes

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

#e08ddd Text Font Color

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

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


#e08ddd Background Color

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

This div background color is #e08ddd


#e08ddd Border Color

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

This div border color is #e08ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08ddd


Comments

No comments written yet.

Please login to write comment.