Color Hex Logo

#e4352b Color Hex

#E4352B
(228,53,43)
0 Favorites   0 Comments

Color spaces of #e4352b

RGB 2285343
HSL0.010.770.53
HSV81°89°
CMYK 0.000.770.81   0.11
XYZ33.704119.21464.2179
Yxy19.21460.58990.3363
Hunter Lab43.834560.537524.9790
CIE-Lab50.937365.380447.7372

#e4352b color RGB value is (228,53,43).

#e4352b hex color red value is 228, green value is 53 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #e4352b hue: 0.01 , saturation: 0.77 and the lightness value of e4352b is 0.53.

The process color (four color CMYK) of #e4352b color hex is 0.00, 0.77, 0.81, 0.11. Web safe color of #e4352b is #cc3333. Color #e4352b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110101 00101011
Octal 344 65 53
Decimal 228 53 43
Hex E4 35 2B

RGB Percentages of Color #e4352b

%70.37
%16.36
%13.27

CMYK Percentages of Color #e4352b

%0
%77
%81
%11

Triadic Colors of #e4352b

#e4352b #2be435 #352be4

Analogous Colors of #e4352b

#e4352b #e4922b #e42b7e

Monochromatic Colors of #e4352b

#e4352b

Complementary Color

#e4352b #2bdae4

#e4352b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4352b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4352b Color CSS Codes

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

#e4352b Text Font Color

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

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


#e4352b Background Color

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

This div background color is #e4352b


#e4352b Border Color

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

This div border color is #e4352b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4352b


Comments

No comments written yet.

Please login to write comment.