Color Hex Logo

#e842ce Color Hex

#E842CE
(232,66,206)
0 Favorites   0 Comments

Color spaces of #e842ce

RGB 23266206
HSL0.860.780.58
HSV309°72°91°
CMYK 0.000.720.11   0.09
XYZ46.367525.508560.8723
Yxy25.50850.34930.1922
Hunter Lab50.505975.4884-36.1051
CIE-Lab57.567676.5045-37.9187

#e842ce color RGB value is (232,66,206).

#e842ce hex color red value is 232, green value is 66 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e842ce hue: 0.86 , saturation: 0.78 and the lightness value of e842ce is 0.58.

The process color (four color CMYK) of #e842ce color hex is 0.00, 0.72, 0.11, 0.09. Web safe color of #e842ce is #ff33cc. Color #e842ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000010 11001110
Octal 350 102 316
Decimal 232 66 206
Hex E8 42 CE

RGB Percentages of Color #e842ce

%46.03
%13.10
%40.87

CMYK Percentages of Color #e842ce

%0
%72
%11
%9

Triadic Colors of #e842ce

#e842ce #cee842 #42cee8

Analogous Colors of #e842ce

#e842ce #e8427b #af42e8

Monochromatic Colors of #e842ce

#e842ce

Complementary Color

#e842ce #42e85c

#e842ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e842ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e842ce Color CSS Codes

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

#e842ce Text Font Color

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

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


#e842ce Background Color

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

This div background color is #e842ce


#e842ce Border Color

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

This div border color is #e842ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e842ce


Comments

No comments written yet.

Please login to write comment.