Color Hex Logo

#e416dc Color Hex

#E416DC
(228,22,220)
0 Favorites   0 Comments

Color spaces of #e416dc

RGB 22822220
HSL0.840.820.49
HSV302°90°89°
CMYK 0.000.900.04   0.11
XYZ45.200122.235169.6196
Yxy22.23510.32980.1622
Hunter Lab47.154188.5835-54.5295
CIE-Lab54.275687.3627-51.1360

#e416dc color RGB value is (228,22,220).

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

The process color (four color CMYK) of #e416dc color hex is 0.00, 0.90, 0.04, 0.11. Web safe color of #e416dc is #cc00cc. Color #e416dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010110 11011100
Octal 344 26 334
Decimal 228 22 220
Hex E4 16 DC

RGB Percentages of Color #e416dc

%48.51
%4.68
%46.81

CMYK Percentages of Color #e416dc

%0
%90
%4
%11

Triadic Colors of #e416dc

#e416dc #dce416 #16dce4

Analogous Colors of #e416dc

#e416dc #e41675 #8516e4

Monochromatic Colors of #e416dc

#e416dc

Complementary Color

#e416dc #16e41e

#e416dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e416dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e416dc Color CSS Codes

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

#e416dc Text Font Color

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

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


#e416dc Background Color

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

This div background color is #e416dc


#e416dc Border Color

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

This div border color is #e416dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e416dc


Comments

No comments written yet.

Please login to write comment.