Color Hex Logo

#e563fe Color Hex

#E563FE
(229,99,254)
0 Favorites   0 Comments

Color spaces of #e563fe

RGB 22999254
HSL0.810.990.69
HSV290°61°100°
CMYK 0.100.610.00   0.00
XYZ54.664332.737597.2038
Yxy32.73750.29610.1773
Hunter Lab57.216770.4080-60.6744
CIE-Lab63.947871.2044-54.7360

#e563fe color RGB value is (229,99,254).

#e563fe hex color red value is 229, green value is 99 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e563fe hue: 0.81 , saturation: 0.99 and the lightness value of e563fe is 0.69.

The process color (four color CMYK) of #e563fe color hex is 0.10, 0.61, 0.00, 0.00. Web safe color of #e563fe is #cc66ff. Color #e563fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100011 11111110
Octal 345 143 376
Decimal 229 99 254
Hex E5 63 FE

RGB Percentages of Color #e563fe

%39.35
%17.01
%43.64

CMYK Percentages of Color #e563fe

%10
%61
%0
%0

Triadic Colors of #e563fe

#e563fe #fee563 #63fee5

Analogous Colors of #e563fe

#e563fe #fe63ca #9863fe

Monochromatic Colors of #e563fe

#e563fe

Complementary Color

#e563fe #7cfe63

#e563fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e563fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e563fe Color CSS Codes

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

#e563fe Text Font Color

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

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


#e563fe Background Color

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

This div background color is #e563fe


#e563fe Border Color

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

This div border color is #e563fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e563fe


Comments

No comments written yet.

Please login to write comment.