color codes Logo

#e00dda color codes

#E00DDA
(224,13,218)
0 Favorites   0 Comments

Color spaces of #e00dda

RGB 22413218
HSL0.840.890.46
HSV302°94°88°
CMYK 0.000.940.03   0.12
XYZ43.539321.197168.1263
Yxy21.19710.32770.1595
Hunter Lab46.040388.2330-55.5038
CIE-Lab53.164587.3119-51.8107

#e00dda color RGB value is (224,13,218).

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

The process color (four color CMYK) of #e00dda color code is 0.00, 0.94, 0.03, 0.12. Web safe color of #e00dda is #cc00cc. Color #e00dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001101 11011010
Octal 340 15 332
Decimal 224 13 218
Hex E0 D DA

RGB Percentages of Color #e00dda

%49.23
%2.86
%47.91

CMYK Percentages of Color #e00dda

%0
%94
%3
%12

Triadic Colors of #e00dda

#e00dda #dae00d #0ddae0

Analogous Colors of #e00dda

#e00dda #e00d71 #7d0de0

Monochromatic Colors of #e00dda

#e00dda

Complementary Color

#e00dda #0de013

#e00dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00dda Color CSS Codes

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

#e00dda Text Font Color

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

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


#e00dda Background Color

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

This div background color is #e00dda


#e00dda Border Color

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

This div border color is #e00dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00dda


Comments

No comments written yet.

Please login to write comment.