Color Hex Logo

#e1343b Color Hex

#E1343B
(225,52,59)
0 Favorites   0 Comments

Color spaces of #e1343b

RGB 2255259
HSL0.990.740.54
HSV358°77°88°
CMYK 0.000.770.74   0.12
XYZ33.068718.77936.0195
Yxy18.77930.57150.3245
Hunter Lab43.335160.375722.0988
CIE-Lab50.428065.337838.3412

#e1343b color RGB value is (225,52,59).

#e1343b hex color red value is 225, green value is 52 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #e1343b hue: 0.99 , saturation: 0.74 and the lightness value of e1343b is 0.54.

The process color (four color CMYK) of #e1343b color hex is 0.00, 0.77, 0.74, 0.12. Web safe color of #e1343b is #cc3333. Color #e1343b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110100 00111011
Octal 341 64 73
Decimal 225 52 59
Hex E1 34 3B

RGB Percentages of Color #e1343b

%66.96
%15.48
%17.56

CMYK Percentages of Color #e1343b

%0
%77
%74
%12

Triadic Colors of #e1343b

#e1343b #3be134 #343be1

Analogous Colors of #e1343b

#e1343b #e18434 #e13492

Monochromatic Colors of #e1343b

#e1343b

Complementary Color

#e1343b #34e1da

#e1343b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1343b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1343b Color CSS Codes

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

#e1343b Text Font Color

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

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


#e1343b Background Color

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

This div background color is #e1343b


#e1343b Border Color

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

This div border color is #e1343b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,52,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1343b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1343b;
  -webkit-box-shadow: 1px 1px 3px 2px #e1343b;
  box-shadow:         1px 1px 3px 2px #e1343b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,52,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1343b


Comments

No comments written yet.

Please login to write comment.