Color Hex Logo

#e3503f Color Hex

#E3503F
(227,80,63)
0 Favorites   0 Comments

Color spaces of #e3503f

RGB 2278063
HSL0.020.750.57
HSV72°89°
CMYK 0.000.650.72   0.11
XYZ35.444422.42717.1634
Yxy22.42710.54500.3448
Hunter Lab47.357350.722624.1817
CIE-Lab54.477356.111440.7736

#e3503f color RGB value is (227,80,63).

#e3503f hex color red value is 227, green value is 80 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #e3503f hue: 0.02 , saturation: 0.75 and the lightness value of e3503f is 0.57.

The process color (four color CMYK) of #e3503f color hex is 0.00, 0.65, 0.72, 0.11. Web safe color of #e3503f is #cc6633. Color #e3503f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010000 00111111
Octal 343 120 77
Decimal 227 80 63
Hex E3 50 3F

RGB Percentages of Color #e3503f

%61.35
%21.62
%17.03

CMYK Percentages of Color #e3503f

%0
%65
%72
%11

Triadic Colors of #e3503f

#e3503f #3fe350 #503fe3

Analogous Colors of #e3503f

#e3503f #e3a23f #e33f80

Monochromatic Colors of #e3503f

#e3503f

Complementary Color

#e3503f #3fd2e3

#e3503f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3503f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3503f Color CSS Codes

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

#e3503f Text Font Color

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

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


#e3503f Background Color

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

This div background color is #e3503f


#e3503f Border Color

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

This div border color is #e3503f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3503f


Comments

No comments written yet.

Please login to write comment.