Color Hex Logo

#e7013c Color Hex

#E7013C
(231,1,60)
0 Favorites   0 Comments

Color spaces of #e7013c

RGB 231160
HSL0.960.990.45
HSV345°100°91°
CMYK 0.001.000.74   0.09
XYZ33.781517.33695.8408
Yxy17.33690.59310.3044
Hunter Lab41.637671.955220.8293
CIE-Lab48.681875.373536.0920

#e7013c color RGB value is (231,1,60).

#e7013c hex color red value is 231, green value is 1 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #e7013c hue: 0.96 , saturation: 0.99 and the lightness value of e7013c is 0.45.

The process color (four color CMYK) of #e7013c color hex is 0.00, 1.00, 0.74, 0.09. Web safe color of #e7013c is #ff0033. Color #e7013c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000001 00111100
Octal 347 1 74
Decimal 231 1 60
Hex E7 1 3C

RGB Percentages of Color #e7013c

%79.11
%0.34
%20.55

CMYK Percentages of Color #e7013c

%0
%100
%74
%9

Triadic Colors of #e7013c

#e7013c #3ce701 #013ce7

Analogous Colors of #e7013c

#e7013c #e73901 #e701af

Monochromatic Colors of #e7013c

#e7013c

Complementary Color

#e7013c #01e7ac

#e7013c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7013c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7013c Color CSS Codes

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

#e7013c Text Font Color

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

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


#e7013c Background Color

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

This div background color is #e7013c


#e7013c Border Color

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

This div border color is #e7013c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7013c


Comments

No comments written yet.

Please login to write comment.