Color Hex Logo

#e82500 Color Hex

#E82500
(232,37,0)
0 Favorites   0 Comments

Color spaces of #e82500

RGB 232370
HSL0.031.000.45
HSV10°100°91°
CMYK 0.000.841.00   0.09
XYZ33.940318.47891.7779
Yxy18.47890.62620.3410
Hunter Lab42.987165.706627.6388
CIE-Lab50.071969.935663.1776

#e82500 color RGB value is (232,37,0).

#e82500 hex color red value is 232, green value is 37 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #e82500 hue: 0.03 , saturation: 1.00 and the lightness value of e82500 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100101 00000000
Octal 350 45 0
Decimal 232 37 0
Hex E8 25 0

RGB Percentages of Color #e82500

%86.25
%13.75
%0.00

CMYK Percentages of Color #e82500

%0
%84
%100
%9

Triadic Colors of #e82500

#e82500 #00e825 #2500e8

Analogous Colors of #e82500

#e82500 #e89900 #e8004f

Monochromatic Colors of #e82500

#e82500

Complementary Color

#e82500 #00c3e8

#e82500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82500 Color CSS Codes

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

#e82500 Text Font Color

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

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


#e82500 Background Color

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

This div background color is #e82500


#e82500 Border Color

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

This div border color is #e82500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82500


Comments

No comments written yet.

Please login to write comment.