Color Hex Logo

#e00ddd Color Hex

#E00DDD
(224,13,221)
0 Favorites   0 Comments

Color spaces of #e00ddd

RGB 22413221
HSL0.840.890.46
HSV301°94°88°
CMYK 0.000.940.01   0.12
XYZ43.935521.355670.2130
Yxy21.35560.32420.1576
Hunter Lab46.212188.8351-57.7346
CIE-Lab53.336587.7363-53.2432

#e00ddd color RGB value is (224,13,221).

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

The process color (four color CMYK) of #e00ddd color hex is 0.00, 0.94, 0.01, 0.12. Web safe color of #e00ddd is #cc00cc. Color #e00ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001101 11011101
Octal 340 15 335
Decimal 224 13 221
Hex E0 D DD

RGB Percentages of Color #e00ddd

%48.91
%2.84
%48.25

CMYK Percentages of Color #e00ddd

%0
%94
%1
%12

Triadic Colors of #e00ddd

#e00ddd #dde00d #0ddde0

Analogous Colors of #e00ddd

#e00ddd #e00d74 #7a0de0

Monochromatic Colors of #e00ddd

#e00ddd

Complementary Color

#e00ddd #0de010

#e00ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00ddd Color CSS Codes

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

#e00ddd Text Font Color

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

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


#e00ddd Background Color

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

This div background color is #e00ddd


#e00ddd Border Color

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

This div border color is #e00ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00ddd


Comments

No comments written yet.

Please login to write comment.