Color Hex Logo

#e563ec Color Hex

#E563EC
(229,99,236)
0 Favorites   0 Comments

Color spaces of #e563ec

RGB 22999236
HSL0.820.780.66
HSV297°58°93°
CMYK 0.030.580.00   0.07
XYZ51.915331.637882.7274
Yxy31.63780.31220.1903
Hunter Lab56.247566.3188-47.8290
CIE-Lab63.042468.0167-46.2187

#e563ec color RGB value is (229,99,236).

#e563ec hex color red value is 229, green value is 99 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e563ec hue: 0.82 , saturation: 0.78 and the lightness value of e563ec is 0.66.

The process color (four color CMYK) of #e563ec color hex is 0.03, 0.58, 0.00, 0.07. Web safe color of #e563ec is #cc66ff. Color #e563ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100011 11101100
Octal 345 143 354
Decimal 229 99 236
Hex E5 63 EC

RGB Percentages of Color #e563ec

%40.60
%17.55
%41.84

CMYK Percentages of Color #e563ec

%3
%58
%0
%7

Triadic Colors of #e563ec

#e563ec #ece563 #63ece5

Analogous Colors of #e563ec

#e563ec #ec63af #a163ec

Monochromatic Colors of #e563ec

#e563ec

Complementary Color

#e563ec #6aec63

#e563ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e563ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e563ec Color CSS Codes

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

#e563ec Text Font Color

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

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


#e563ec Background Color

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

This div background color is #e563ec


#e563ec Border Color

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

This div border color is #e563ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,99,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e563ec


Comments

No comments written yet.

Please login to write comment.