Color Hex Logo

#e5003f Color Hex

#E5003F
(229,0,63)
0 Favorites   0 Comments

Color spaces of #e5003f

RGB 229063
HSL0.951.000.45
HSV343°100°90°
CMYK 0.001.000.72   0.10
XYZ33.210317.01696.2368
Yxy17.01690.58820.3014
Hunter Lab41.251571.514419.9121
CIE-Lab48.281375.091933.7341

#e5003f color RGB value is (229,0,63).

#e5003f hex color red value is 229, green value is 0 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #e5003f hue: 0.95 , saturation: 1.00 and the lightness value of e5003f is 0.45.

The process color (four color CMYK) of #e5003f color hex is 0.00, 1.00, 0.72, 0.10. Web safe color of #e5003f is #cc0033. Color #e5003f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000000 00111111
Octal 345 0 77
Decimal 229 0 63
Hex E5 0 3F

RGB Percentages of Color #e5003f

%78.42
%0.00
%21.58

CMYK Percentages of Color #e5003f

%0
%100
%72
%10

Triadic Colors of #e5003f

#e5003f #3fe500 #003fe5

Analogous Colors of #e5003f

#e5003f #e53400 #e500b2

Monochromatic Colors of #e5003f

#e5003f

Complementary Color

#e5003f #00e5a6

#e5003f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5003f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5003f Color CSS Codes

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

#e5003f Text Font Color

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

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


#e5003f Background Color

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

This div background color is #e5003f


#e5003f Border Color

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

This div border color is #e5003f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,0,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5003f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5003f;
  -webkit-box-shadow: 1px 1px 3px 2px #e5003f;
  box-shadow:         1px 1px 3px 2px #e5003f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,0,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5003f


Comments

No comments written yet.

Please login to write comment.