Color Hex Logo

#e853ce Color Hex

#E853CE
(232,83,206)
0 Favorites   0 Comments

Color spaces of #e853ce

RGB 23283206
HSL0.860.760.62
HSV310°64°91°
CMYK 0.000.640.11   0.09
XYZ47.512527.798561.2540
Yxy27.79850.34790.2036
Hunter Lab52.724368.5878-31.9749
CIE-Lab59.706370.4996-34.5749

#e853ce color RGB value is (232,83,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010011 11001110
Octal 350 123 316
Decimal 232 83 206
Hex E8 53 CE

RGB Percentages of Color #e853ce

%44.53
%15.93
%39.54

CMYK Percentages of Color #e853ce

%0
%64
%11
%9

Triadic Colors of #e853ce

#e853ce #cee853 #53cee8

Analogous Colors of #e853ce

#e853ce #e85384 #b853e8

Monochromatic Colors of #e853ce

#e853ce

Complementary Color

#e853ce #53e86d

#e853ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e853ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e853ce Color CSS Codes

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

#e853ce Text Font Color

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

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


#e853ce Background Color

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

This div background color is #e853ce


#e853ce Border Color

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

This div border color is #e853ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e853ce


Comments

No comments written yet.

Please login to write comment.