Color Hex Logo

#e04e8e Color Hex

#E04E8E
(224,78,142)
0 Favorites   0 Comments

Color spaces of #e04e8e

RGB 22478142
HSL0.930.700.59
HSV334°65°88°
CMYK 0.000.650.37   0.12
XYZ38.347323.249128.0576
Yxy23.24910.42770.2593
Hunter Lab48.217357.5810-0.7487
CIE-Lab55.328062.0129-4.2909

#e04e8e color RGB value is (224,78,142).

#e04e8e hex color red value is 224, green value is 78 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e04e8e hue: 0.93 , saturation: 0.70 and the lightness value of e04e8e is 0.59.

The process color (four color CMYK) of #e04e8e color hex is 0.00, 0.65, 0.37, 0.12. Web safe color of #e04e8e is #cc6699. Color #e04e8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001110 10001110
Octal 340 116 216
Decimal 224 78 142
Hex E0 4E 8E

RGB Percentages of Color #e04e8e

%50.45
%17.57
%31.98

CMYK Percentages of Color #e04e8e

%0
%65
%37
%12

Triadic Colors of #e04e8e

#e04e8e #8ee04e #4e8ee0

Analogous Colors of #e04e8e

#e04e8e #e0574e #e04ed7

Monochromatic Colors of #e04e8e

#e04e8e

Complementary Color

#e04e8e #4ee0a0

#e04e8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04e8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04e8e Color CSS Codes

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

#e04e8e Text Font Color

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

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


#e04e8e Background Color

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

This div background color is #e04e8e


#e04e8e Border Color

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

This div border color is #e04e8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04e8e


Comments

No comments written yet.

Please login to write comment.