Color Hex Logo

#e428dc Color Hex

#E428DC
(228,40,220)
0 Favorites   0 Comments

Color spaces of #e428dc

RGB 22840220
HSL0.840.780.53
HSV303°82°89°
CMYK 0.000.820.04   0.11
XYZ45.672023.178969.7769
Yxy23.17890.32950.1672
Hunter Lab48.144585.0803-52.2292
CIE-Lab55.256184.4896-49.5750

#e428dc color RGB value is (228,40,220).

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

The process color (four color CMYK) of #e428dc color hex is 0.00, 0.82, 0.04, 0.11. Web safe color of #e428dc is #cc33cc. Color #e428dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101000 11011100
Octal 344 50 334
Decimal 228 40 220
Hex E4 28 DC

RGB Percentages of Color #e428dc

%46.72
%8.20
%45.08

CMYK Percentages of Color #e428dc

%0
%82
%4
%11

Triadic Colors of #e428dc

#e428dc #dce428 #28dce4

Analogous Colors of #e428dc

#e428dc #e4287e #8e28e4

Monochromatic Colors of #e428dc

#e428dc

Complementary Color

#e428dc #28e430

#e428dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e428dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e428dc Color CSS Codes

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

#e428dc Text Font Color

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

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


#e428dc Background Color

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

This div background color is #e428dc


#e428dc Border Color

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

This div border color is #e428dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e428dc


Comments

No comments written yet.

Please login to write comment.