Color Hex Logo

#e2833f Color Hex

#E2833F
(226,131,63)
0 Favorites   0 Comments

Color spaces of #e2833f

RGB 22613163
HSL0.070.740.57
HSV25°72°89°
CMYK 0.000.420.72   0.11
XYZ40.377532.76028.8979
Yxy32.76020.49220.3993
Hunter Lab57.236525.758930.8484
CIE-Lab63.966331.187251.0823

#e2833f color RGB value is (226,131,63).

#e2833f hex color red value is 226, green value is 131 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #e2833f hue: 0.07 , saturation: 0.74 and the lightness value of e2833f is 0.57.

The process color (four color CMYK) of #e2833f color hex is 0.00, 0.42, 0.72, 0.11. Web safe color of #e2833f is #cc9933. Color #e2833f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000011 00111111
Octal 342 203 77
Decimal 226 131 63
Hex E2 83 3F

RGB Percentages of Color #e2833f

%53.81
%31.19
%15.00

CMYK Percentages of Color #e2833f

%0
%42
%72
%11

Triadic Colors of #e2833f

#e2833f #3fe283 #833fe2

Analogous Colors of #e2833f

#e2833f #e2d53f #e23f4d

Monochromatic Colors of #e2833f

#e2833f

Complementary Color

#e2833f #3f9ee2

#e2833f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2833f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2833f Color CSS Codes

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

#e2833f Text Font Color

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

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


#e2833f Background Color

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

This div background color is #e2833f


#e2833f Border Color

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

This div border color is #e2833f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2833f


Comments

No comments written yet.

Please login to write comment.