Color Hex Logo

#e5033a Color Hex

#E5033A
(229,3,58)
0 Favorites   0 Comments

Color spaces of #e5033a

RGB 229358
HSL0.960.970.45
HSV345°99°90°
CMYK 0.000.990.75   0.10
XYZ33.109417.02865.5448
Yxy17.02860.59460.3058
Hunter Lab41.265771.003820.9193
CIE-Lab48.296174.671436.7233

#e5033a color RGB value is (229,3,58).

#e5033a hex color red value is 229, green value is 3 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e5033a hue: 0.96 , saturation: 0.97 and the lightness value of e5033a is 0.45.

The process color (four color CMYK) of #e5033a color hex is 0.00, 0.99, 0.75, 0.10. Web safe color of #e5033a is #cc0033. Color #e5033a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000011 00111010
Octal 345 3 72
Decimal 229 3 58
Hex E5 3 3A

RGB Percentages of Color #e5033a

%78.97
%1.03
%20.00

CMYK Percentages of Color #e5033a

%0
%99
%75
%10

Triadic Colors of #e5033a

#e5033a #3ae503 #033ae5

Analogous Colors of #e5033a

#e5033a #e53d03 #e503ab

Monochromatic Colors of #e5033a

#e5033a

Complementary Color

#e5033a #03e5ae

#e5033a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5033a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5033a Color CSS Codes

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

#e5033a Text Font Color

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

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


#e5033a Background Color

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

This div background color is #e5033a


#e5033a Border Color

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

This div border color is #e5033a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5033a


Comments

No comments written yet.

Please login to write comment.