Color Hex Logo

#e0752e Color Hex

#E0752E
(224,117,46)
0 Favorites   0 Comments

Color spaces of #e0752e

RGB 22411746
HSL0.070.740.53
HSV24°79°88°
CMYK 0.000.480.79   0.12
XYZ37.594928.76716.1559
Yxy28.76710.51840.3967
Hunter Lab53.635031.256630.7395
CIE-Lab60.575536.961955.2658

#e0752e color RGB value is (224,117,46).

#e0752e hex color red value is 224, green value is 117 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e0752e hue: 0.07 , saturation: 0.74 and the lightness value of e0752e is 0.53.

The process color (four color CMYK) of #e0752e color hex is 0.00, 0.48, 0.79, 0.12. Web safe color of #e0752e is #cc6633. Color #e0752e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110101 00101110
Octal 340 165 56
Decimal 224 117 46
Hex E0 75 2E

RGB Percentages of Color #e0752e

%57.88
%30.23
%11.89

CMYK Percentages of Color #e0752e

%0
%48
%79
%12

Triadic Colors of #e0752e

#e0752e #2ee075 #752ee0

Analogous Colors of #e0752e

#e0752e #e0ce2e #e02e40

Monochromatic Colors of #e0752e

#e0752e

Complementary Color

#e0752e #2e99e0

#e0752e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0752e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0752e Color CSS Codes

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

#e0752e Text Font Color

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

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


#e0752e Background Color

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

This div background color is #e0752e


#e0752e Border Color

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

This div border color is #e0752e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0752e


Comments

No comments written yet.

Please login to write comment.