Color Hex Logo

#e563fd Color Hex

#E563FD
(229,99,253)
0 Favorites   0 Comments

Color spaces of #e563fd

RGB 22999253
HSL0.810.970.69
HSV291°61°99°
CMYK 0.090.610.00   0.01
XYZ54.504632.673596.3624
Yxy32.67350.29700.1780
Hunter Lab57.160770.1742-59.9394
CIE-Lab63.895771.0238-54.2686

#e563fd color RGB value is (229,99,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100011 11111101
Octal 345 143 375
Decimal 229 99 253
Hex E5 63 FD

RGB Percentages of Color #e563fd

%39.41
%17.04
%43.55

CMYK Percentages of Color #e563fd

%9
%61
%0
%1

Triadic Colors of #e563fd

#e563fd #fde563 #63fde5

Analogous Colors of #e563fd

#e563fd #fd63c8 #9863fd

Monochromatic Colors of #e563fd

#e563fd

Complementary Color

#e563fd #7bfd63

#e563fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e563fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e563fd Color CSS Codes

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

#e563fd Text Font Color

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

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


#e563fd Background Color

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

This div background color is #e563fd


#e563fd Border Color

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

This div border color is #e563fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e563fd


Comments

No comments written yet.

Please login to write comment.