Color Hex Logo

#e44dbe Color Hex

#E44DBE
(228,77,190)
0 Favorites   0 Comments

Color spaces of #e44dbe

RGB 22877190
HSL0.880.740.60
HSV315°66°89°
CMYK 0.000.660.17   0.11
XYZ43.943025.519451.3249
Yxy25.51940.36380.2113
Hunter Lab50.516766.8676-24.8768
CIE-Lab57.578069.4758-28.7926

#e44dbe color RGB value is (228,77,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001101 10111110
Octal 344 115 276
Decimal 228 77 190
Hex E4 4D BE

RGB Percentages of Color #e44dbe

%46.06
%15.56
%38.38

CMYK Percentages of Color #e44dbe

%0
%66
%17
%11

Triadic Colors of #e44dbe

#e44dbe #bee44d #4dbee4

Analogous Colors of #e44dbe

#e44dbe #e44d73 #bf4de4

Monochromatic Colors of #e44dbe

#e44dbe

Complementary Color

#e44dbe #4de473

#e44dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44dbe Color CSS Codes

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

#e44dbe Text Font Color

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

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


#e44dbe Background Color

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

This div background color is #e44dbe


#e44dbe Border Color

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

This div border color is #e44dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,77,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44dbe


Comments

No comments written yet.

Please login to write comment.