Color Hex Logo

#e1253b Color Hex

#E1253B
(225,37,59)
0 Favorites   0 Comments

Color spaces of #e1253b

RGB 2253759
HSL0.980.760.51
HSV353°84°88°
CMYK 0.000.840.74   0.12
XYZ32.502317.64655.8307
Yxy17.64650.58060.3152
Hunter Lab42.007764.595821.1759
CIE-Lab49.064569.195536.7954

#e1253b color RGB value is (225,37,59).

#e1253b hex color red value is 225, green value is 37 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #e1253b hue: 0.98 , saturation: 0.76 and the lightness value of e1253b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100101 00111011
Octal 341 45 73
Decimal 225 37 59
Hex E1 25 3B

RGB Percentages of Color #e1253b

%70.09
%11.53
%18.38

CMYK Percentages of Color #e1253b

%0
%84
%74
%12

Triadic Colors of #e1253b

#e1253b #3be125 #253be1

Analogous Colors of #e1253b

#e1253b #e16d25 #e12599

Monochromatic Colors of #e1253b

#e1253b

Complementary Color

#e1253b #25e1cb

#e1253b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1253b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1253b Color CSS Codes

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

#e1253b Text Font Color

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

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


#e1253b Background Color

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

This div background color is #e1253b


#e1253b Border Color

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

This div border color is #e1253b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,37,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 #e1253b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1253b


Comments

No comments written yet.

Please login to write comment.