Color Hex Logo

#e844ce Color Hex

#E844CE
(232,68,206)
0 Favorites   0 Comments

Color spaces of #e844ce

RGB 23268206
HSL0.860.780.59
HSV310°71°91°
CMYK 0.000.710.11   0.09
XYZ46.486425.746360.9119
Yxy25.74630.34910.1934
Hunter Lab50.740874.7371-35.6562
CIE-Lab57.795575.8584-37.5615

#e844ce color RGB value is (232,68,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000100 11001110
Octal 350 104 316
Decimal 232 68 206
Hex E8 44 CE

RGB Percentages of Color #e844ce

%45.85
%13.44
%40.71

CMYK Percentages of Color #e844ce

%0
%71
%11
%9

Triadic Colors of #e844ce

#e844ce #cee844 #44cee8

Analogous Colors of #e844ce

#e844ce #e8447c #b044e8

Monochromatic Colors of #e844ce

#e844ce

Complementary Color

#e844ce #44e85e

#e844ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e844ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e844ce Color CSS Codes

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

#e844ce Text Font Color

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

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


#e844ce Background Color

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

This div background color is #e844ce


#e844ce Border Color

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

This div border color is #e844ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e844ce


Comments

No comments written yet.

Please login to write comment.