Color Hex Logo

#e0482e Color Hex

#E0482E
(224,72,46)
0 Favorites   0 Comments

Color spaces of #e0482e

RGB 2247246
HSL0.020.740.53
HSV79°88°
CMYK 0.000.680.79   0.12
XYZ33.551020.67934.8079
Yxy20.67930.56830.3503
Hunter Lab45.474552.116625.5636
CIE-Lab52.596757.691347.5796

#e0482e color RGB value is (224,72,46).

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

The process color (four color CMYK) of #e0482e color hex is 0.00, 0.68, 0.79, 0.12. Web safe color of #e0482e is #cc3333. Color #e0482e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001000 00101110
Octal 340 110 56
Decimal 224 72 46
Hex E0 48 2E

RGB Percentages of Color #e0482e

%65.50
%21.05
%13.45

CMYK Percentages of Color #e0482e

%0
%68
%79
%12

Triadic Colors of #e0482e

#e0482e #2ee048 #482ee0

Analogous Colors of #e0482e

#e0482e #e0a12e #e02e6d

Monochromatic Colors of #e0482e

#e0482e

Complementary Color

#e0482e #2ec6e0

#e0482e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0482e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0482e Color CSS Codes

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

#e0482e Text Font Color

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

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


#e0482e Background Color

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

This div background color is #e0482e


#e0482e Border Color

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

This div border color is #e0482e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,72,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 #e0482e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0482e


Comments

No comments written yet.

Please login to write comment.