Color Hex Logo

#e560dd Color Hex

#E560DD
(229,96,221)
0 Favorites   0 Comments

Color spaces of #e560dd

RGB 22996221
HSL0.840.720.64
HSV304°58°90°
CMYK 0.000.580.03   0.10
XYZ49.547130.244271.6329
Yxy30.24420.32720.1997
Hunter Lab54.994764.5775-38.7314
CIE-Lab61.864466.7827-39.6970

#e560dd color RGB value is (229,96,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100000 11011101
Octal 345 140 335
Decimal 229 96 221
Hex E5 60 DD

RGB Percentages of Color #e560dd

%41.94
%17.58
%40.48

CMYK Percentages of Color #e560dd

%0
%58
%3
%10

Triadic Colors of #e560dd

#e560dd #dde560 #60dde5

Analogous Colors of #e560dd

#e560dd #e5609b #ab60e5

Monochromatic Colors of #e560dd

#e560dd

Complementary Color

#e560dd #60e568

#e560dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e560dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e560dd Color CSS Codes

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

#e560dd Text Font Color

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

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


#e560dd Background Color

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

This div background color is #e560dd


#e560dd Border Color

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

This div border color is #e560dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e560dd


Comments

No comments written yet.

Please login to write comment.