Color Hex Logo

#e3530f Color Hex

#E3530F
(227,83,15)
0 Favorites   0 Comments

Color spaces of #e3530f

RGB 2278315
HSL0.050.880.47
HSV19°93°89°
CMYK 0.000.630.93   0.11
XYZ34.858022.55192.9677
Yxy22.55190.57730.3735
Hunter Lab47.488847.918029.5370
CIE-Lab54.607753.553261.5486

#e3530f color RGB value is (227,83,15).

#e3530f hex color red value is 227, green value is 83 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e3530f hue: 0.05 , saturation: 0.88 and the lightness value of e3530f is 0.47.

The process color (four color CMYK) of #e3530f color hex is 0.00, 0.63, 0.93, 0.11. Web safe color of #e3530f is #cc6600. Color #e3530f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010011 00001111
Octal 343 123 17
Decimal 227 83 15
Hex E3 53 F

RGB Percentages of Color #e3530f

%69.85
%25.54
%4.62

CMYK Percentages of Color #e3530f

%0
%63
%93
%11

Triadic Colors of #e3530f

#e3530f #0fe353 #530fe3

Analogous Colors of #e3530f

#e3530f #e3bd0f #e30f35

Monochromatic Colors of #e3530f

#e3530f

Complementary Color

#e3530f #0f9fe3

#e3530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3530f Color CSS Codes

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

#e3530f Text Font Color

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

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


#e3530f Background Color

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

This div background color is #e3530f


#e3530f Border Color

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

This div border color is #e3530f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,83,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3530f


Comments

No comments written yet.

Please login to write comment.