Color Hex Logo

#e564da Color Hex

#E564DA
(229,100,218)
0 Favorites   0 Comments

Color spaces of #e564da

RGB 229100218
HSL0.850.710.65
HSV305°56°90°
CMYK 0.000.560.05   0.10
XYZ49.525230.834369.6710
Yxy30.83430.33010.2055
Hunter Lab55.528662.0265-35.5203
CIE-Lab62.367564.5547-37.2267

#e564da color RGB value is (229,100,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100100 11011010
Octal 345 144 332
Decimal 229 100 218
Hex E5 64 DA

RGB Percentages of Color #e564da

%41.86
%18.28
%39.85

CMYK Percentages of Color #e564da

%0
%56
%5
%10

Triadic Colors of #e564da

#e564da #dae564 #64dae5

Analogous Colors of #e564da

#e564da #e5649a #b064e5

Monochromatic Colors of #e564da

#e564da

Complementary Color

#e564da #64e56f

#e564da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e564da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e564da Color CSS Codes

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

#e564da Text Font Color

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

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


#e564da Background Color

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

This div background color is #e564da


#e564da Border Color

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

This div border color is #e564da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e564da


Comments

No comments written yet.

Please login to write comment.