Color Hex Logo

#e854ce Color Hex

#E854CE
(232,84,206)
0 Favorites   0 Comments

Color spaces of #e854ce

RGB 23284206
HSL0.860.760.62
HSV311°64°91°
CMYK 0.000.640.11   0.09
XYZ47.589627.952761.2797
Yxy27.95270.34780.2043
Hunter Lab52.870368.1483-31.7113
CIE-Lab59.846070.1118-34.3571

#e854ce color RGB value is (232,84,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010100 11001110
Octal 350 124 316
Decimal 232 84 206
Hex E8 54 CE

RGB Percentages of Color #e854ce

%44.44
%16.09
%39.46

CMYK Percentages of Color #e854ce

%0
%64
%11
%9

Triadic Colors of #e854ce

#e854ce #cee854 #54cee8

Analogous Colors of #e854ce

#e854ce #e85484 #b854e8

Monochromatic Colors of #e854ce

#e854ce

Complementary Color

#e854ce #54e86e

#e854ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e854ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e854ce Color CSS Codes

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

#e854ce Text Font Color

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

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


#e854ce Background Color

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

This div background color is #e854ce


#e854ce Border Color

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

This div border color is #e854ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e854ce


Comments

No comments written yet.

Please login to write comment.