Color Hex Logo

#e82415 Color Hex

#E82415
(232,36,21)
0 Favorites   0 Comments

Color spaces of #e82415

RGB 2323621
HSL0.010.830.50
HSV91°91°
CMYK 0.000.840.91   0.09
XYZ34.044918.47172.4805
Yxy18.47170.61900.3359
Hunter Lab42.978766.183226.6632
CIE-Lab50.063370.336757.2057

#e82415 color RGB value is (232,36,21).

#e82415 hex color red value is 232, green value is 36 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #e82415 hue: 0.01 , saturation: 0.83 and the lightness value of e82415 is 0.50.

The process color (four color CMYK) of #e82415 color hex is 0.00, 0.84, 0.91, 0.09. Web safe color of #e82415 is #ff3300. Color #e82415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100100 00010101
Octal 350 44 25
Decimal 232 36 21
Hex E8 24 15

RGB Percentages of Color #e82415

%80.28
%12.46
%7.27

CMYK Percentages of Color #e82415

%0
%84
%91
%9

Triadic Colors of #e82415

#e82415 #15e824 #2415e8

Analogous Colors of #e82415

#e82415 #e88e15 #e81570

Monochromatic Colors of #e82415

#e82415

Complementary Color

#e82415 #15d9e8

#e82415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82415 Color CSS Codes

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

#e82415 Text Font Color

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

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


#e82415 Background Color

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

This div background color is #e82415


#e82415 Border Color

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

This div border color is #e82415


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,36,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e82415; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e82415;
  -webkit-box-shadow: 1px 1px 3px 2px #e82415;
  box-shadow:         1px 1px 3px 2px #e82415; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,36,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82415


Comments

No comments written yet.

Please login to write comment.