Color Hex Logo

#e3862d Color Hex

#E3862D
(227,134,45)
0 Favorites   0 Comments

Color spaces of #e3862d

RGB 22713445
HSL0.080.760.53
HSV29°80°89°
CMYK 0.000.410.80   0.11
XYZ40.677333.57056.8185
Yxy33.57050.50180.4141
Hunter Lab57.940123.922333.5807
CIE-Lab64.620229.296559.5786

#e3862d color RGB value is (227,134,45).

#e3862d hex color red value is 227, green value is 134 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e3862d hue: 0.08 , saturation: 0.76 and the lightness value of e3862d is 0.53.

The process color (four color CMYK) of #e3862d color hex is 0.00, 0.41, 0.80, 0.11. Web safe color of #e3862d is #cc9933. Color #e3862d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000110 00101101
Octal 343 206 55
Decimal 227 134 45
Hex E3 86 2D

RGB Percentages of Color #e3862d

%55.91
%33.00
%11.08

CMYK Percentages of Color #e3862d

%0
%41
%80
%11

Triadic Colors of #e3862d

#e3862d #2de386 #862de3

Analogous Colors of #e3862d

#e3862d #e3e12d #e32d2f

Monochromatic Colors of #e3862d

#e3862d

Complementary Color

#e3862d #2d8ae3

#e3862d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3862d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3862d Color CSS Codes

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

#e3862d Text Font Color

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

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


#e3862d Background Color

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

This div background color is #e3862d


#e3862d Border Color

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

This div border color is #e3862d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,134,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3862d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3862d;
  -webkit-box-shadow: 1px 1px 3px 2px #e3862d;
  box-shadow:         1px 1px 3px 2px #e3862d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,134,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3862d


Comments

No comments written yet.

Please login to write comment.