Color Hex Logo

#e07450 Color Hex

#E07450
(224,116,80)
0 Favorites   0 Comments

Color spaces of #e07450

RGB 22411680
HSL0.040.700.60
HSV15°64°88°
CMYK 0.000.480.64   0.12
XYZ38.433828.917311.1453
Yxy28.91730.48960.3684
Hunter Lab53.774833.471225.3540
CIE-Lab60.708639.098438.6997

#e07450 color RGB value is (224,116,80).

#e07450 hex color red value is 224, green value is 116 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #e07450 hue: 0.04 , saturation: 0.70 and the lightness value of e07450 is 0.60.

The process color (four color CMYK) of #e07450 color hex is 0.00, 0.48, 0.64, 0.12. Web safe color of #e07450 is #cc6666. Color #e07450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110100 01010000
Octal 340 164 120
Decimal 224 116 80
Hex E0 74 50

RGB Percentages of Color #e07450

%53.33
%27.62
%19.05

CMYK Percentages of Color #e07450

%0
%48
%64
%12

Triadic Colors of #e07450

#e07450 #50e074 #7450e0

Analogous Colors of #e07450

#e07450 #e0bc50 #e05074

Monochromatic Colors of #e07450

#e07450

Complementary Color

#e07450 #50bce0

#e07450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07450 Color CSS Codes

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

#e07450 Text Font Color

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

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


#e07450 Background Color

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

This div background color is #e07450


#e07450 Border Color

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

This div border color is #e07450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07450


Comments

No comments written yet.

Please login to write comment.