Color Hex Logo

#e1333c Color Hex

#E1333C
(225,51,60)
0 Favorites   0 Comments

Color spaces of #e1333c

RGB 2255160
HSL0.990.740.54
HSV357°77°88°
CMYK 0.000.770.73   0.12
XYZ33.050818.70146.1427
Yxy18.70140.57090.3230
Hunter Lab43.245160.742621.8498
CIE-Lab50.336065.670837.6664

#e1333c color RGB value is (225,51,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110011 00111100
Octal 341 63 74
Decimal 225 51 60
Hex E1 33 3C

RGB Percentages of Color #e1333c

%66.96
%15.18
%17.86

CMYK Percentages of Color #e1333c

%0
%77
%73
%12

Triadic Colors of #e1333c

#e1333c #3ce133 #333ce1

Analogous Colors of #e1333c

#e1333c #e18133 #e13393

Monochromatic Colors of #e1333c

#e1333c

Complementary Color

#e1333c #33e1d8

#e1333c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1333c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1333c Color CSS Codes

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

#e1333c Text Font Color

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

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


#e1333c Background Color

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

This div background color is #e1333c


#e1333c Border Color

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

This div border color is #e1333c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1333c


Comments

No comments written yet.

Please login to write comment.