Color Hex Logo

#e2530f Color Hex

#E2530F
(226,83,15)
0 Favorites   0 Comments

Color spaces of #e2530f

RGB 2268315
HSL0.050.880.47
HSV19°93°89°
CMYK 0.000.630.93   0.11
XYZ34.543522.38982.9529
Yxy22.38980.57680.3739
Hunter Lab47.317947.504329.4225
CIE-Lab54.438253.204661.3564

#e2530f color RGB value is (226,83,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010011 00001111
Octal 342 123 17
Decimal 226 83 15
Hex E2 53 F

RGB Percentages of Color #e2530f

%69.75
%25.62
%4.63

CMYK Percentages of Color #e2530f

%0
%63
%93
%11

Triadic Colors of #e2530f

#e2530f #0fe253 #530fe2

Analogous Colors of #e2530f

#e2530f #e2bd0f #e20f35

Monochromatic Colors of #e2530f

#e2530f

Complementary Color

#e2530f #0f9ee2

#e2530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2530f Color CSS Codes

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

#e2530f Text Font Color

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

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


#e2530f Background Color

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

This div background color is #e2530f


#e2530f Border Color

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

This div border color is #e2530f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2530f


Comments

No comments written yet.

Please login to write comment.