Color Hex Logo

#e561dd Color Hex

#E561DD
(229,97,221)
0 Favorites   0 Comments

Color spaces of #e561dd

RGB 22997221
HSL0.840.720.64
HSV304°58°90°
CMYK 0.000.580.03   0.10
XYZ49.638930.427971.6635
Yxy30.42790.32720.2005
Hunter Lab55.161564.0965-38.4140
CIE-Lab62.021766.3529-39.4505

#e561dd color RGB value is (229,97,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100001 11011101
Octal 345 141 335
Decimal 229 97 221
Hex E5 61 DD

RGB Percentages of Color #e561dd

%41.86
%17.73
%40.40

CMYK Percentages of Color #e561dd

%0
%58
%3
%10

Triadic Colors of #e561dd

#e561dd #dde561 #61dde5

Analogous Colors of #e561dd

#e561dd #e5619b #ab61e5

Monochromatic Colors of #e561dd

#e561dd

Complementary Color

#e561dd #61e569

#e561dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e561dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e561dd Color CSS Codes

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

#e561dd Text Font Color

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

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


#e561dd Background Color

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

This div background color is #e561dd


#e561dd Border Color

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

This div border color is #e561dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e561dd


Comments

No comments written yet.

Please login to write comment.