Color Hex Logo

#e3483e Color Hex

#E3483E
(227,72,62)
0 Favorites   0 Comments

Color spaces of #e3483e

RGB 2277262
HSL0.010.750.57
HSV73°89°
CMYK 0.000.680.73   0.11
XYZ34.865421.31346.8337
Yxy21.31340.55330.3382
Hunter Lab46.166454.013923.5402
CIE-Lab53.290859.255139.9861

#e3483e color RGB value is (227,72,62).

#e3483e hex color red value is 227, green value is 72 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #e3483e hue: 0.01 , saturation: 0.75 and the lightness value of e3483e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001000 00111110
Octal 343 110 76
Decimal 227 72 62
Hex E3 48 3E

RGB Percentages of Color #e3483e

%62.88
%19.94
%17.17

CMYK Percentages of Color #e3483e

%0
%68
%73
%11

Triadic Colors of #e3483e

#e3483e #3ee348 #483ee3

Analogous Colors of #e3483e

#e3483e #e39b3e #e33e87

Monochromatic Colors of #e3483e

#e3483e

Complementary Color

#e3483e #3ed9e3

#e3483e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3483e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3483e Color CSS Codes

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

#e3483e Text Font Color

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

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


#e3483e Background Color

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

This div background color is #e3483e


#e3483e Border Color

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

This div border color is #e3483e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3483e


Comments

No comments written yet.

Please login to write comment.