Color Hex Logo

#e44ebd Color Hex

#E44EBD
(228,78,189)
0 Favorites   0 Comments

Color spaces of #e44ebd

RGB 22878189
HSL0.880.740.60
HSV316°66°89°
CMYK 0.000.660.17   0.11
XYZ43.904625.616950.7746
Yxy25.61690.36500.2129
Hunter Lab50.613166.2676-24.0499
CIE-Lab57.671668.9598-28.0730

#e44ebd color RGB value is (228,78,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001110 10111101
Octal 344 116 275
Decimal 228 78 189
Hex E4 4E BD

RGB Percentages of Color #e44ebd

%46.06
%15.76
%38.18

CMYK Percentages of Color #e44ebd

%0
%66
%17
%11

Triadic Colors of #e44ebd

#e44ebd #bde44e #4ebde4

Analogous Colors of #e44ebd

#e44ebd #e44e72 #c04ee4

Monochromatic Colors of #e44ebd

#e44ebd

Complementary Color

#e44ebd #4ee475

#e44ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44ebd Color CSS Codes

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

#e44ebd Text Font Color

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

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


#e44ebd Background Color

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

This div background color is #e44ebd


#e44ebd Border Color

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

This div border color is #e44ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44ebd


Comments

No comments written yet.

Please login to write comment.