Color Hex Logo

#e414ce Color Hex

#E414CE
(228,20,206)
0 Favorites   0 Comments

Color spaces of #e414ce

RGB 22820206
HSL0.850.840.49
HSV306°91°89°
CMYK 0.000.910.10   0.11
XYZ43.385621.450560.2462
Yxy21.45050.34690.1715
Hunter Lab46.314786.1604-44.7042
CIE-Lab53.439185.6745-44.4699

#e414ce color RGB value is (228,20,206).

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

The process color (four color CMYK) of #e414ce color hex is 0.00, 0.91, 0.10, 0.11. Web safe color of #e414ce is #cc00cc. Color #e414ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010100 11001110
Octal 344 24 316
Decimal 228 20 206
Hex E4 14 CE

RGB Percentages of Color #e414ce

%50.22
%4.41
%45.37

CMYK Percentages of Color #e414ce

%0
%91
%10
%11

Triadic Colors of #e414ce

#e414ce #cee414 #14cee4

Analogous Colors of #e414ce

#e414ce #e41466 #9214e4

Monochromatic Colors of #e414ce

#e414ce

Complementary Color

#e414ce #14e42a

#e414ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e414ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e414ce Color CSS Codes

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

#e414ce Text Font Color

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

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


#e414ce Background Color

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

This div background color is #e414ce


#e414ce Border Color

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

This div border color is #e414ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e414ce


Comments

No comments written yet.

Please login to write comment.