Color Hex Logo

#e04756 Color Hex

#E04756
(224,71,86)
0 Favorites   0 Comments

Color spaces of #e04756

RGB 2247186
HSL0.980.710.58
HSV354°68°88°
CMYK 0.000.680.62   0.12
XYZ34.673421.025711.0350
Yxy21.02570.51960.3151
Hunter Lab45.853854.732817.8291
CIE-Lab52.977659.946825.6801

#e04756 color RGB value is (224,71,86).

#e04756 hex color red value is 224, green value is 71 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #e04756 hue: 0.98 , saturation: 0.71 and the lightness value of e04756 is 0.58.

The process color (four color CMYK) of #e04756 color hex is 0.00, 0.68, 0.62, 0.12. Web safe color of #e04756 is #cc3366. Color #e04756 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000111 01010110
Octal 340 107 126
Decimal 224 71 86
Hex E0 47 56

RGB Percentages of Color #e04756

%58.79
%18.64
%22.57

CMYK Percentages of Color #e04756

%0
%68
%62
%12

Triadic Colors of #e04756

#e04756 #56e047 #4756e0

Analogous Colors of #e04756

#e04756 #e08547 #e047a3

Monochromatic Colors of #e04756

#e04756

Complementary Color

#e04756 #47e0d1

#e04756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04756 Color CSS Codes

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

#e04756 Text Font Color

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

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


#e04756 Background Color

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

This div background color is #e04756


#e04756 Border Color

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

This div border color is #e04756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04756


Comments

No comments written yet.

Please login to write comment.