Color Hex Logo

#e420ce Color Hex

#E420CE
(228,32,206)
0 Favorites   0 Comments

Color spaces of #e420ce

RGB 22832206
HSL0.850.780.51
HSV307°86°89°
CMYK 0.000.860.10   0.11
XYZ43.652021.983260.3350
Yxy21.98320.34650.1745
Hunter Lab46.886284.1360-43.4763
CIE-Lab54.009284.0035-43.5676

#e420ce color RGB value is (228,32,206).

#e420ce hex color red value is 228, green value is 32 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e420ce hue: 0.85 , saturation: 0.78 and the lightness value of e420ce is 0.51.

The process color (four color CMYK) of #e420ce color hex is 0.00, 0.86, 0.10, 0.11. Web safe color of #e420ce is #cc33cc. Color #e420ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100000 11001110
Octal 344 40 316
Decimal 228 32 206
Hex E4 20 CE

RGB Percentages of Color #e420ce

%48.93
%6.87
%44.21

CMYK Percentages of Color #e420ce

%0
%86
%10
%11

Triadic Colors of #e420ce

#e420ce #cee420 #20cee4

Analogous Colors of #e420ce

#e420ce #e4206c #9820e4

Monochromatic Colors of #e420ce

#e420ce

Complementary Color

#e420ce #20e436

#e420ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e420ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e420ce Color CSS Codes

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

#e420ce Text Font Color

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

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


#e420ce Background Color

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

This div background color is #e420ce


#e420ce Border Color

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

This div border color is #e420ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e420ce


Comments

No comments written yet.

Please login to write comment.