Color Hex Logo

#e560df Color Hex

#E560DF
(229,96,223)
0 Favorites   0 Comments

Color spaces of #e560df

RGB 22996223
HSL0.840.720.64
HSV303°58°90°
CMYK 0.000.580.03   0.10
XYZ49.815330.351573.0449
Yxy30.35150.32510.1981
Hunter Lab55.092264.9914-40.0461
CIE-Lab61.956367.1110-40.6739

#e560df color RGB value is (229,96,223).

#e560df hex color red value is 229, green value is 96 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e560df hue: 0.84 , saturation: 0.72 and the lightness value of e560df is 0.64.

The process color (four color CMYK) of #e560df color hex is 0.00, 0.58, 0.03, 0.10. Web safe color of #e560df is #cc66cc. Color #e560df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100000 11011111
Octal 345 140 337
Decimal 229 96 223
Hex E5 60 DF

RGB Percentages of Color #e560df

%41.79
%17.52
%40.69

CMYK Percentages of Color #e560df

%0
%58
%3
%10

Triadic Colors of #e560df

#e560df #dfe560 #60dfe5

Analogous Colors of #e560df

#e560df #e5609d #a960e5

Monochromatic Colors of #e560df

#e560df

Complementary Color

#e560df #60e566

#e560df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e560df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e560df Color CSS Codes

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

#e560df Text Font Color

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

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


#e560df Background Color

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

This div background color is #e560df


#e560df Border Color

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

This div border color is #e560df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e560df


Comments

No comments written yet.

Please login to write comment.