Color Hex Logo

#e00ded Color Hex

#E00DED
(224,13,237)
0 Favorites   0 Comments

Color spaces of #e00ded

RGB 22413237
HSL0.820.900.49
HSV297°95°93°
CMYK 0.050.950.00   0.07
XYZ46.170522.249681.9819
Yxy22.24960.30700.1479
Hunter Lab47.169592.1730-70.0291
CIE-Lab54.290890.0701-60.7577

#e00ded color RGB value is (224,13,237).

#e00ded hex color red value is 224, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e00ded hue: 0.82 , saturation: 0.90 and the lightness value of e00ded is 0.49.

The process color (four color CMYK) of #e00ded color hex is 0.05, 0.95, 0.00, 0.07. Web safe color of #e00ded is #cc00ff. Color #e00ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001101 11101101
Octal 340 15 355
Decimal 224 13 237
Hex E0 D ED

RGB Percentages of Color #e00ded

%47.26
%2.74
%50.00

CMYK Percentages of Color #e00ded

%5
%95
%0
%7

Triadic Colors of #e00ded

#e00ded #ede00d #0dede0

Analogous Colors of #e00ded

#e00ded #ed0d8a #700ded

Monochromatic Colors of #e00ded

#e00ded

Complementary Color

#e00ded #1aed0d

#e00ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00ded Color CSS Codes

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

#e00ded Text Font Color

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

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


#e00ded Background Color

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

This div background color is #e00ded


#e00ded Border Color

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

This div border color is #e00ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00ded


Comments

No comments written yet.

Please login to write comment.