Color Hex Logo

#e6831e Color Hex

#E6831E
(230,131,30)
0 Favorites   0 Comments

Color spaces of #e6831e

RGB 23013130
HSL0.080.800.51
HSV30°87°90°
CMYK 0.000.430.87   0.10
XYZ40.983833.14935.4667
Yxy33.14930.51490.4164
Hunter Lab57.575426.304334.6733
CIE-Lab64.281631.700064.6344

#e6831e color RGB value is (230,131,30).

#e6831e hex color red value is 230, green value is 131 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #e6831e hue: 0.08 , saturation: 0.80 and the lightness value of e6831e is 0.51.

The process color (four color CMYK) of #e6831e color hex is 0.00, 0.43, 0.87, 0.10. Web safe color of #e6831e is #ff9933. Color #e6831e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000011 00011110
Octal 346 203 36
Decimal 230 131 30
Hex E6 83 1E

RGB Percentages of Color #e6831e

%58.82
%33.50
%7.67

CMYK Percentages of Color #e6831e

%0
%43
%87
%10

Triadic Colors of #e6831e

#e6831e #1ee683 #831ee6

Analogous Colors of #e6831e

#e6831e #e5e61e #e61f1e

Monochromatic Colors of #e6831e

#e6831e

Complementary Color

#e6831e #1e81e6

#e6831e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6831e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6831e Color CSS Codes

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

#e6831e Text Font Color

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

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


#e6831e Background Color

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

This div background color is #e6831e


#e6831e Border Color

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

This div border color is #e6831e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6831e


Comments

No comments written yet.

Please login to write comment.