Color Hex Logo

#e0704b Color Hex

#E0704B
(224,112,75)
0 Favorites   0 Comments

Color spaces of #e0704b

RGB 22411275
HSL0.040.710.59
HSV15°67°88°
CMYK 0.000.500.67   0.12
XYZ37.804627.943610.0577
Yxy27.94360.49870.3686
Hunter Lab52.861735.148125.7224
CIE-Lab59.837840.823140.3462

#e0704b color RGB value is (224,112,75).

#e0704b hex color red value is 224, green value is 112 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e0704b hue: 0.04 , saturation: 0.71 and the lightness value of e0704b is 0.59.

The process color (four color CMYK) of #e0704b color hex is 0.00, 0.50, 0.67, 0.12. Web safe color of #e0704b is #cc6633. Color #e0704b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110000 01001011
Octal 340 160 113
Decimal 224 112 75
Hex E0 70 4B

RGB Percentages of Color #e0704b

%54.50
%27.25
%18.25

CMYK Percentages of Color #e0704b

%0
%50
%67
%12

Triadic Colors of #e0704b

#e0704b #4be070 #704be0

Analogous Colors of #e0704b

#e0704b #e0bb4b #e04b71

Monochromatic Colors of #e0704b

#e0704b

Complementary Color

#e0704b #4bbbe0

#e0704b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0704b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0704b Color CSS Codes

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

#e0704b Text Font Color

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

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


#e0704b Background Color

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

This div background color is #e0704b


#e0704b Border Color

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

This div border color is #e0704b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0704b


Comments

No comments written yet.

Please login to write comment.