Color Hex Logo

#e4013e Color Hex

#E4013E
(228,1,62)
0 Favorites   0 Comments

Color spaces of #e4013e

RGB 228162
HSL0.960.990.45
HSV344°100°89°
CMYK 0.001.000.73   0.11
XYZ32.875316.86356.0797
Yxy16.86350.58900.3021
Hunter Lab41.065271.036519.9678
CIE-Lab48.087674.738934.0529

#e4013e color RGB value is (228,1,62).

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

The process color (four color CMYK) of #e4013e color hex is 0.00, 1.00, 0.73, 0.11. Web safe color of #e4013e is #cc0033. Color #e4013e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000001 00111110
Octal 344 1 76
Decimal 228 1 62
Hex E4 1 3E

RGB Percentages of Color #e4013e

%78.35
%0.34
%21.31

CMYK Percentages of Color #e4013e

%0
%100
%73
%11

Triadic Colors of #e4013e

#e4013e #3ee401 #013ee4

Analogous Colors of #e4013e

#e4013e #e43601 #e401b0

Monochromatic Colors of #e4013e

#e4013e

Complementary Color

#e4013e #01e4a7

#e4013e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4013e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4013e Color CSS Codes

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

#e4013e Text Font Color

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

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


#e4013e Background Color

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

This div background color is #e4013e


#e4013e Border Color

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

This div border color is #e4013e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,1,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4013e


Comments

No comments written yet.

Please login to write comment.