Color Hex Logo

#e03200 Color Hex

#E03200
(224,50,0)
0 Favorites   0 Comments

Color spaces of #e03200

RGB 224500
HSL0.041.000.44
HSV13°100°88°
CMYK 0.000.781.00   0.12
XYZ31.881118.12851.8188
Yxy18.12850.61510.3498
Hunter Lab42.577659.145927.2716
CIE-Lab49.651664.423162.0668

#e03200 color RGB value is (224,50,0).

#e03200 hex color red value is 224, green value is 50 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #e03200 hue: 0.04 , saturation: 1.00 and the lightness value of e03200 is 0.44.

The process color (four color CMYK) of #e03200 color hex is 0.00, 0.78, 1.00, 0.12. Web safe color of #e03200 is #cc3300. Color #e03200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110010 00000000
Octal 340 62 0
Decimal 224 50 0
Hex E0 32 0

RGB Percentages of Color #e03200

%81.75
%18.25
%0.00

CMYK Percentages of Color #e03200

%0
%78
%100
%12

Triadic Colors of #e03200

#e03200 #00e032 #3200e0

Analogous Colors of #e03200

#e03200 #e0a200 #e0003e

Monochromatic Colors of #e03200

#e03200

Complementary Color

#e03200 #00aee0

#e03200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03200 Color CSS Codes

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

#e03200 Text Font Color

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

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


#e03200 Background Color

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

This div background color is #e03200


#e03200 Border Color

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

This div border color is #e03200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03200


Comments

No comments written yet.

Please login to write comment.