color codes Logo

#e044db color codes

#E044DB
(224,68,219)
0 Favorites   0 Comments

Color spaces of #e044db

RGB 22468219
HSL0.840.720.57
HSV302°70°88°
CMYK 0.000.700.02   0.12
XYZ45.593825.096069.4588
Yxy25.09600.32530.1791
Hunter Lab50.095974.7904-47.1394
CIE-Lab57.168876.0216-46.0148

#e044db color RGB value is (224,68,219).

#e044db hex color red value is 224, green value is 68 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e044db hue: 0.84 , saturation: 0.72 and the lightness value of e044db is 0.57.

The process color (four color CMYK) of #e044db color code is 0.00, 0.70, 0.02, 0.12. Web safe color of #e044db is #cc33cc. Color #e044db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000100 11011011
Octal 340 104 333
Decimal 224 68 219
Hex E0 44 DB

RGB Percentages of Color #e044db

%43.84
%13.31
%42.86

CMYK Percentages of Color #e044db

%0
%70
%2
%12

Triadic Colors of #e044db

#e044db #dbe044 #44dbe0

Analogous Colors of #e044db

#e044db #e0448d #9744e0

Monochromatic Colors of #e044db

#e044db

Complementary Color

#e044db #44e049

#e044db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e044db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e044db Color CSS Codes

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

#e044db Text Font Color

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

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


#e044db Background Color

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

This div background color is #e044db


#e044db Border Color

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

This div border color is #e044db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e044db


Comments

No comments written yet.

Please login to write comment.