Color Hex Logo

#e44edb Color Hex

#E44EDB
(228,78,219)
0 Favorites   0 Comments

Color spaces of #e44edb

RGB 22878219
HSL0.840.740.60
HSV304°66°89°
CMYK 0.000.660.04   0.11
XYZ47.505527.057269.7366
Yxy27.05720.32920.1875
Hunter Lab52.016571.9910-43.0763
CIE-Lab59.027273.4069-43.0399

#e44edb color RGB value is (228,78,219).

#e44edb hex color red value is 228, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e44edb hue: 0.84 , saturation: 0.74 and the lightness value of e44edb is 0.60.

The process color (four color CMYK) of #e44edb color hex is 0.00, 0.66, 0.04, 0.11. Web safe color of #e44edb is #cc66cc. Color #e44edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001110 11011011
Octal 344 116 333
Decimal 228 78 219
Hex E4 4E DB

RGB Percentages of Color #e44edb

%43.43
%14.86
%41.71

CMYK Percentages of Color #e44edb

%0
%66
%4
%11

Triadic Colors of #e44edb

#e44edb #dbe44e #4edbe4

Analogous Colors of #e44edb

#e44edb #e44e90 #a24ee4

Monochromatic Colors of #e44edb

#e44edb

Complementary Color

#e44edb #4ee457

#e44edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44edb Color CSS Codes

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

#e44edb Text Font Color

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

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


#e44edb Background Color

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

This div background color is #e44edb


#e44edb Border Color

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

This div border color is #e44edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44edb


Comments

No comments written yet.

Please login to write comment.