Color Hex Logo

#e424de Color Hex

#E424DE
(228,36,222)
0 Favorites   0 Comments

Color spaces of #e424de

RGB 22836222
HSL0.840.780.52
HSV302°84°89°
CMYK 0.000.840.03   0.11
XYZ45.810623.029771.1379
Yxy23.02970.32730.1645
Hunter Lab47.989386.4150-54.2973
CIE-Lab55.102985.5458-50.9530

#e424de color RGB value is (228,36,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100100 11011110
Octal 344 44 336
Decimal 228 36 222
Hex E4 24 DE

RGB Percentages of Color #e424de

%46.91
%7.41
%45.68

CMYK Percentages of Color #e424de

%0
%84
%3
%11

Triadic Colors of #e424de

#e424de #dee424 #24dee4

Analogous Colors of #e424de

#e424de #e4247e #8a24e4

Monochromatic Colors of #e424de

#e424de

Complementary Color

#e424de #24e42a

#e424de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e424de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e424de Color CSS Codes

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

#e424de Text Font Color

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

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


#e424de Background Color

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

This div background color is #e424de


#e424de Border Color

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

This div border color is #e424de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e424de


Comments

No comments written yet.

Please login to write comment.