Color Hex Logo

#e564ce Color Hex

#E564CE
(229,100,206)
0 Favorites   0 Comments

Color spaces of #e564ce

RGB 229100206
HSL0.860.710.65
HSV311°56°90°
CMYK 0.000.560.10   0.10
XYZ48.010830.228661.6968
Yxy30.22860.34310.2160
Hunter Lab54.980559.6561-28.0463
CIE-Lab61.851062.6376-31.2740

#e564ce color RGB value is (229,100,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100100 11001110
Octal 345 144 316
Decimal 229 100 206
Hex E5 64 CE

RGB Percentages of Color #e564ce

%42.80
%18.69
%38.50

CMYK Percentages of Color #e564ce

%0
%56
%10
%10

Triadic Colors of #e564ce

#e564ce #cee564 #64cee5

Analogous Colors of #e564ce

#e564ce #e5648e #bc64e5

Monochromatic Colors of #e564ce

#e564ce

Complementary Color

#e564ce #64e57b

#e564ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e564ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e564ce Color CSS Codes

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

#e564ce Text Font Color

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

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


#e564ce Background Color

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

This div background color is #e564ce


#e564ce Border Color

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

This div border color is #e564ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e564ce


Comments

No comments written yet.

Please login to write comment.