Color Hex Logo

#e0751d Color Hex

#E0751D
(224,117,29)
0 Favorites   0 Comments

Color spaces of #e0751d

RGB 22411729
HSL0.080.770.50
HSV27°87°88°
CMYK 0.000.480.87   0.12
XYZ37.323528.65864.7269
Yxy28.65860.52780.4053
Hunter Lab53.533730.765532.2384
CIE-Lab60.479136.492061.5692

#e0751d color RGB value is (224,117,29).

#e0751d hex color red value is 224, green value is 117 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #e0751d hue: 0.08 , saturation: 0.77 and the lightness value of e0751d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110101 00011101
Octal 340 165 35
Decimal 224 117 29
Hex E0 75 1D

RGB Percentages of Color #e0751d

%60.54
%31.62
%7.84

CMYK Percentages of Color #e0751d

%0
%48
%87
%12

Triadic Colors of #e0751d

#e0751d #1de075 #751de0

Analogous Colors of #e0751d

#e0751d #e0d71d #e01d27

Monochromatic Colors of #e0751d

#e0751d

Complementary Color

#e0751d #1d88e0

#e0751d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0751d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0751d Color CSS Codes

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

#e0751d Text Font Color

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

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


#e0751d Background Color

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

This div background color is #e0751d


#e0751d Border Color

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

This div border color is #e0751d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0751d


Comments

No comments written yet.

Please login to write comment.