Color Hex Logo

#e42dde Color Hex

#E42DDE
(228,45,222)
0 Favorites   0 Comments

Color spaces of #e42dde

RGB 22845222
HSL0.840.770.54
HSV302°80°89°
CMYK 0.000.800.03   0.11
XYZ46.118123.644771.2404
Yxy23.64470.32710.1677
Hunter Lab48.625884.1993-52.8261
CIE-Lab55.730383.7168-49.9547

#e42dde color RGB value is (228,45,222).

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

The process color (four color CMYK) of #e42dde color hex is 0.00, 0.80, 0.03, 0.11. Web safe color of #e42dde is #cc33cc. Color #e42dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101101 11011110
Octal 344 55 336
Decimal 228 45 222
Hex E4 2D DE

RGB Percentages of Color #e42dde

%46.06
%9.09
%44.85

CMYK Percentages of Color #e42dde

%0
%80
%3
%11

Triadic Colors of #e42dde

#e42dde #dee42d #2ddee4

Analogous Colors of #e42dde

#e42dde #e42d83 #8f2de4

Monochromatic Colors of #e42dde

#e42dde

Complementary Color

#e42dde #2de433

#e42dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42dde Color CSS Codes

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

#e42dde Text Font Color

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

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


#e42dde Background Color

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

This div background color is #e42dde


#e42dde Border Color

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

This div border color is #e42dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42dde


Comments

No comments written yet.

Please login to write comment.