Color Hex Logo

#e862cf Color Hex

#E862CF
(232,98,207)
0 Favorites   0 Comments

Color spaces of #e862cf

RGB 23298207
HSL0.860.740.65
HSV311°58°91°
CMYK 0.000.580.11   0.09
XYZ48.908930.396262.3207
Yxy30.39620.34530.2146
Hunter Lab55.132761.8671-28.4270
CIE-Lab61.994664.4862-31.5824

#e862cf color RGB value is (232,98,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100010 11001111
Octal 350 142 317
Decimal 232 98 207
Hex E8 62 CF

RGB Percentages of Color #e862cf

%43.20
%18.25
%38.55

CMYK Percentages of Color #e862cf

%0
%58
%11
%9

Triadic Colors of #e862cf

#e862cf #cfe862 #62cfe8

Analogous Colors of #e862cf

#e862cf #e8628c #be62e8

Monochromatic Colors of #e862cf

#e862cf

Complementary Color

#e862cf #62e87b

#e862cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e862cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e862cf Color CSS Codes

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

#e862cf Text Font Color

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

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


#e862cf Background Color

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

This div background color is #e862cf


#e862cf Border Color

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

This div border color is #e862cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e862cf


Comments

No comments written yet.

Please login to write comment.