Color Hex Logo

#e563da Color Hex

#E563DA
(229,99,218)
0 Favorites   0 Comments

Color spaces of #e563da

RGB 22999218
HSL0.850.710.64
HSV305°57°90°
CMYK 0.000.570.05   0.10
XYZ49.429830.643669.6392
Yxy30.64360.33020.2047
Hunter Lab55.356762.5144-35.8377
CIE-Lab62.205664.9940-37.4796

#e563da color RGB value is (229,99,218).

#e563da hex color red value is 229, green value is 99 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e563da hue: 0.85 , saturation: 0.71 and the lightness value of e563da is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100011 11011010
Octal 345 143 332
Decimal 229 99 218
Hex E5 63 DA

RGB Percentages of Color #e563da

%41.94
%18.13
%39.93

CMYK Percentages of Color #e563da

%0
%57
%5
%10

Triadic Colors of #e563da

#e563da #dae563 #63dae5

Analogous Colors of #e563da

#e563da #e56399 #af63e5

Monochromatic Colors of #e563da

#e563da

Complementary Color

#e563da #63e56e

#e563da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e563da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e563da Color CSS Codes

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

#e563da Text Font Color

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

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


#e563da Background Color

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

This div background color is #e563da


#e563da Border Color

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

This div border color is #e563da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e563da


Comments

No comments written yet.

Please login to write comment.