Color Hex Logo

#e561db Color Hex

#E561DB
(229,97,219)
0 Favorites   0 Comments

Color spaces of #e561db

RGB 22997219
HSL0.850.720.64
HSV305°58°90°
CMYK 0.000.580.04   0.10
XYZ49.374030.321970.2682
Yxy30.32190.32920.2022
Hunter Lab55.065363.6867-37.1135
CIE-Lab61.931066.0264-38.4704

#e561db color RGB value is (229,97,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100001 11011011
Octal 345 141 333
Decimal 229 97 219
Hex E5 61 DB

RGB Percentages of Color #e561db

%42.02
%17.80
%40.18

CMYK Percentages of Color #e561db

%0
%58
%4
%10

Triadic Colors of #e561db

#e561db #dbe561 #61dbe5

Analogous Colors of #e561db

#e561db #e56199 #ad61e5

Monochromatic Colors of #e561db

#e561db

Complementary Color

#e561db #61e56b

#e561db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e561db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e561db Color CSS Codes

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

#e561db Text Font Color

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

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


#e561db Background Color

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

This div background color is #e561db


#e561db Border Color

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

This div border color is #e561db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e561db


Comments

No comments written yet.

Please login to write comment.