Color Hex Logo

#e3482d Color Hex

#E3482D
(227,72,45)
0 Favorites   0 Comments

Color spaces of #e3482d

RGB 2277245
HSL0.020.760.53
HSV80°89°
CMYK 0.000.680.80   0.11
XYZ34.469621.15514.7492
Yxy21.15510.57090.3504
Hunter Lab45.994753.281826.0743
CIE-Lab53.118858.636848.7686

#e3482d color RGB value is (227,72,45).

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

The process color (four color CMYK) of #e3482d color hex is 0.00, 0.68, 0.80, 0.11. Web safe color of #e3482d is #cc3333. Color #e3482d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001000 00101101
Octal 343 110 55
Decimal 227 72 45
Hex E3 48 2D

RGB Percentages of Color #e3482d

%65.99
%20.93
%13.08

CMYK Percentages of Color #e3482d

%0
%68
%80
%11

Triadic Colors of #e3482d

#e3482d #2de348 #482de3

Analogous Colors of #e3482d

#e3482d #e3a32d #e32d6d

Monochromatic Colors of #e3482d

#e3482d

Complementary Color

#e3482d #2dc8e3

#e3482d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3482d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3482d Color CSS Codes

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

#e3482d Text Font Color

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

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


#e3482d Background Color

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

This div background color is #e3482d


#e3482d Border Color

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

This div border color is #e3482d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,72,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3482d


Comments

No comments written yet.

Please login to write comment.