Color Hex Logo

#e1253c Color Hex

#E1253C
(225,37,60)
0 Favorites   0 Comments

Color spaces of #e1253c

RGB 2253760
HSL0.980.760.51
HSV353°84°88°
CMYK 0.000.840.73   0.12
XYZ32.528517.65695.9686
Yxy17.65690.57930.3144
Hunter Lab42.020164.644720.9924
CIE-Lab49.077369.234436.2278

#e1253c color RGB value is (225,37,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100101 00111100
Octal 341 45 74
Decimal 225 37 60
Hex E1 25 3C

RGB Percentages of Color #e1253c

%69.88
%11.49
%18.63

CMYK Percentages of Color #e1253c

%0
%84
%73
%12

Triadic Colors of #e1253c

#e1253c #3ce125 #253ce1

Analogous Colors of #e1253c

#e1253c #e16c25 #e1259a

Monochromatic Colors of #e1253c

#e1253c

Complementary Color

#e1253c #25e1ca

#e1253c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1253c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1253c Color CSS Codes

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

#e1253c Text Font Color

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

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


#e1253c Background Color

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

This div background color is #e1253c


#e1253c Border Color

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

This div border color is #e1253c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1253c


Comments

No comments written yet.

Please login to write comment.