Color Hex Logo

#e856ce Color Hex

#E856CE
(232,86,206)
0 Favorites   0 Comments

Color spaces of #e856ce

RGB 23286206
HSL0.860.760.62
HSV311°63°91°
CMYK 0.000.630.11   0.09
XYZ47.747128.267661.3322
Yxy28.26760.34760.2058
Hunter Lab53.167367.2599-31.1781
CIE-Lab60.129769.3263-33.9150

#e856ce color RGB value is (232,86,206).

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

The process color (four color CMYK) of #e856ce color hex is 0.00, 0.63, 0.11, 0.09. Web safe color of #e856ce is #ff66cc. Color #e856ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010110 11001110
Octal 350 126 316
Decimal 232 86 206
Hex E8 56 CE

RGB Percentages of Color #e856ce

%44.27
%16.41
%39.31

CMYK Percentages of Color #e856ce

%0
%63
%11
%9

Triadic Colors of #e856ce

#e856ce #cee856 #56cee8

Analogous Colors of #e856ce

#e856ce #e85685 #b956e8

Monochromatic Colors of #e856ce

#e856ce

Complementary Color

#e856ce #56e870

#e856ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e856ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e856ce Color CSS Codes

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

#e856ce Text Font Color

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

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


#e856ce Background Color

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

This div background color is #e856ce


#e856ce Border Color

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

This div border color is #e856ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e856ce


Comments

No comments written yet.

Please login to write comment.