Color Hex Logo

#e862cc Color Hex

#E862CC
(232,98,204)
0 Favorites   0 Comments

Color spaces of #e862cc

RGB 23298204
HSL0.870.740.65
HSV313°58°91°
CMYK 0.000.580.12   0.09
XYZ48.545530.250860.4071
Yxy30.25080.34870.2173
Hunter Lab55.000761.2989-26.6175
CIE-Lab61.870064.0283-30.0798

#e862cc color RGB value is (232,98,204).

#e862cc hex color red value is 232, green value is 98 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e862cc hue: 0.87 , saturation: 0.74 and the lightness value of e862cc is 0.65.

The process color (four color CMYK) of #e862cc color hex is 0.00, 0.58, 0.12, 0.09. Web safe color of #e862cc is #ff66cc. Color #e862cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100010 11001100
Octal 350 142 314
Decimal 232 98 204
Hex E8 62 CC

RGB Percentages of Color #e862cc

%43.45
%18.35
%38.20

CMYK Percentages of Color #e862cc

%0
%58
%12
%9

Triadic Colors of #e862cc

#e862cc #cce862 #62cce8

Analogous Colors of #e862cc

#e862cc #e86289 #c162e8

Monochromatic Colors of #e862cc

#e862cc

Complementary Color

#e862cc #62e87e

#e862cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e862cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e862cc Color CSS Codes

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

#e862cc Text Font Color

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

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


#e862cc Background Color

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

This div background color is #e862cc


#e862cc Border Color

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

This div border color is #e862cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,98,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e862cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e862cc


Comments

No comments written yet.

Please login to write comment.