Color Hex Logo

#e45349 Color Hex

#E45349
(228,83,73)
0 Favorites   0 Comments

Color spaces of #e45349

RGB 2288373
HSL0.010.740.59
HSV68°89°
CMYK 0.000.640.68   0.11
XYZ36.290823.16158.8612
Yxy23.16150.53120.3390
Hunter Lab48.126450.380822.7718
CIE-Lab55.238355.673336.1536

#e45349 color RGB value is (228,83,73).

#e45349 hex color red value is 228, green value is 83 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #e45349 hue: 0.01 , saturation: 0.74 and the lightness value of e45349 is 0.59.

The process color (four color CMYK) of #e45349 color hex is 0.00, 0.64, 0.68, 0.11. Web safe color of #e45349 is #cc6633. Color #e45349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010011 01001001
Octal 344 123 111
Decimal 228 83 73
Hex E4 53 49

RGB Percentages of Color #e45349

%59.38
%21.61
%19.01

CMYK Percentages of Color #e45349

%0
%64
%68
%11

Triadic Colors of #e45349

#e45349 #49e453 #5349e4

Analogous Colors of #e45349

#e45349 #e4a149 #e4498d

Monochromatic Colors of #e45349

#e45349

Complementary Color

#e45349 #49dae4

#e45349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45349 Color CSS Codes

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

#e45349 Text Font Color

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

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


#e45349 Background Color

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

This div background color is #e45349


#e45349 Border Color

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

This div border color is #e45349


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,83,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e45349; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e45349;
  -webkit-box-shadow: 1px 1px 3px 2px #e45349;
  box-shadow:         1px 1px 3px 2px #e45349; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,83,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45349


Comments

No comments written yet.

Please login to write comment.