Color Hex Logo

#e44d8c Color Hex

#E44D8C
(228,77,140)
0 Favorites   0 Comments

Color spaces of #e44d8c

RGB 22877140
HSL0.930.740.60
HSV335°66°89°
CMYK 0.000.660.39   0.11
XYZ39.382423.695227.3089
Yxy23.69520.43570.2622
Hunter Lab48.677759.22830.8119
CIE-Lab55.781363.3537-2.3671

#e44d8c color RGB value is (228,77,140).

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

The process color (four color CMYK) of #e44d8c color hex is 0.00, 0.66, 0.39, 0.11. Web safe color of #e44d8c is #cc6699. Color #e44d8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001101 10001100
Octal 344 115 214
Decimal 228 77 140
Hex E4 4D 8C

RGB Percentages of Color #e44d8c

%51.24
%17.30
%31.46

CMYK Percentages of Color #e44d8c

%0
%66
%39
%11

Triadic Colors of #e44d8c

#e44d8c #8ce44d #4d8ce4

Analogous Colors of #e44d8c

#e44d8c #e4594d #e44dd8

Monochromatic Colors of #e44d8c

#e44d8c

Complementary Color

#e44d8c #4de4a5

#e44d8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44d8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44d8c Color CSS Codes

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

#e44d8c Text Font Color

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

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


#e44d8c Background Color

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

This div background color is #e44d8c


#e44d8c Border Color

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

This div border color is #e44d8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44d8c


Comments

No comments written yet.

Please login to write comment.