Color Hex Logo

#e562ce Color Hex

#E562CE
(229,98,206)
0 Favorites   0 Comments

Color spaces of #e562ce

RGB 22998206
HSL0.860.720.64
HSV311°57°90°
CMYK 0.000.570.10   0.10
XYZ47.821429.849661.6336
Yxy29.84960.34330.2143
Hunter Lab54.634860.6288-28.6408
CIE-Lab61.524263.5216-31.7808

#e562ce color RGB value is (229,98,206).

#e562ce hex color red value is 229, green value is 98 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e562ce hue: 0.86 , saturation: 0.72 and the lightness value of e562ce is 0.64.

The process color (four color CMYK) of #e562ce color hex is 0.00, 0.57, 0.10, 0.10. Web safe color of #e562ce is #cc66cc. Color #e562ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100010 11001110
Octal 345 142 316
Decimal 229 98 206
Hex E5 62 CE

RGB Percentages of Color #e562ce

%42.96
%18.39
%38.65

CMYK Percentages of Color #e562ce

%0
%57
%10
%10

Triadic Colors of #e562ce

#e562ce #cee562 #62cee5

Analogous Colors of #e562ce

#e562ce #e5628d #bb62e5

Monochromatic Colors of #e562ce

#e562ce

Complementary Color

#e562ce #62e579

#e562ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e562ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e562ce Color CSS Codes

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

#e562ce Text Font Color

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

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


#e562ce Background Color

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

This div background color is #e562ce


#e562ce Border Color

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

This div border color is #e562ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e562ce


Comments

No comments written yet.

Please login to write comment.