Color Hex Logo

#e841ce Color Hex

#E841CE
(232,65,206)
0 Favorites   0 Comments

Color spaces of #e841ce

RGB 23265206
HSL0.860.780.58
HSV309°72°91°
CMYK 0.000.720.11   0.09
XYZ46.309625.392660.8530
Yxy25.39260.34940.1916
Hunter Lab50.391175.8579-36.3257
CIE-Lab57.456076.8216-38.0937

#e841ce color RGB value is (232,65,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000001 11001110
Octal 350 101 316
Decimal 232 65 206
Hex E8 41 CE

RGB Percentages of Color #e841ce

%46.12
%12.92
%40.95

CMYK Percentages of Color #e841ce

%0
%72
%11
%9

Triadic Colors of #e841ce

#e841ce #cee841 #41cee8

Analogous Colors of #e841ce

#e841ce #e8417b #af41e8

Monochromatic Colors of #e841ce

#e841ce

Complementary Color

#e841ce #41e85b

#e841ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e841ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e841ce Color CSS Codes

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

#e841ce Text Font Color

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

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


#e841ce Background Color

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

This div background color is #e841ce


#e841ce Border Color

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

This div border color is #e841ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e841ce


Comments

No comments written yet.

Please login to write comment.