Color Hex Logo

#e40dde Color Hex

#E40DDE
(228,13,222)
0 Favorites   0 Comments

Color spaces of #e40dde

RGB 22813222
HSL0.840.890.47
HSV302°94°89°
CMYK 0.000.940.03   0.11
XYZ45.323622.055870.9756
Yxy22.05580.32760.1594
Hunter Lab46.963690.0803-56.7298
CIE-Lab54.086288.5343-52.5740

#e40dde color RGB value is (228,13,222).

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

The process color (four color CMYK) of #e40dde color hex is 0.00, 0.94, 0.03, 0.11. Web safe color of #e40dde is #cc00cc. Color #e40dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001101 11011110
Octal 344 15 336
Decimal 228 13 222
Hex E4 D DE

RGB Percentages of Color #e40dde

%49.24
%2.81
%47.95

CMYK Percentages of Color #e40dde

%0
%94
%3
%11

Triadic Colors of #e40dde

#e40dde #dee40d #0ddee4

Analogous Colors of #e40dde

#e40dde #e40d73 #7f0de4

Monochromatic Colors of #e40dde

#e40dde

Complementary Color

#e40dde #0de413

#e40dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40dde Color CSS Codes

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

#e40dde Text Font Color

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

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


#e40dde Background Color

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

This div background color is #e40dde


#e40dde Border Color

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

This div border color is #e40dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40dde


Comments

No comments written yet.

Please login to write comment.