Color Hex Logo

#e2830d Color Hex

#E2830D
(226,131,13)
0 Favorites   0 Comments

Color spaces of #e2830d

RGB 22613113
HSL0.090.890.47
HSV33°94°89°
CMYK 0.000.420.94   0.11
XYZ39.553032.43044.5558
Yxy32.43040.51680.4237
Hunter Lab56.947724.318635.1202
CIE-Lab63.697029.771867.9758

#e2830d color RGB value is (226,131,13).

#e2830d hex color red value is 226, green value is 131 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e2830d hue: 0.09 , saturation: 0.89 and the lightness value of e2830d is 0.47.

The process color (four color CMYK) of #e2830d color hex is 0.00, 0.42, 0.94, 0.11. Web safe color of #e2830d is #cc9900. Color #e2830d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000011 00001101
Octal 342 203 15
Decimal 226 131 13
Hex E2 83 D

RGB Percentages of Color #e2830d

%61.08
%35.41
%3.51

CMYK Percentages of Color #e2830d

%0
%42
%94
%11

Triadic Colors of #e2830d

#e2830d #0de283 #830de2

Analogous Colors of #e2830d

#e2830d #d7e20d #e2190d

Monochromatic Colors of #e2830d

#e2830d

Complementary Color

#e2830d #0d6ce2

#e2830d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2830d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2830d Color CSS Codes

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

#e2830d Text Font Color

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

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


#e2830d Background Color

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

This div background color is #e2830d


#e2830d Border Color

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

This div border color is #e2830d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,131,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2830d


Comments

No comments written yet.

Please login to write comment.