Color Hex Logo

#e6802a Color Hex

#E6802A
(230,128,42)
0 Favorites   0 Comments

Color spaces of #e6802a

RGB 23012842
HSL0.080.790.53
HSV27°82°90°
CMYK 0.000.440.82   0.10
XYZ40.770232.42856.3010
Yxy32.42850.51280.4079
Hunter Lab56.946028.140633.3019
CIE-Lab63.695533.569160.0466

#e6802a color RGB value is (230,128,42).

#e6802a hex color red value is 230, green value is 128 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e6802a hue: 0.08 , saturation: 0.79 and the lightness value of e6802a is 0.53.

The process color (four color CMYK) of #e6802a color hex is 0.00, 0.44, 0.82, 0.10. Web safe color of #e6802a is #ff9933. Color #e6802a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000000 00101010
Octal 346 200 52
Decimal 230 128 42
Hex E6 80 2A

RGB Percentages of Color #e6802a

%57.50
%32.00
%10.50

CMYK Percentages of Color #e6802a

%0
%44
%82
%10

Triadic Colors of #e6802a

#e6802a #2ae680 #802ae6

Analogous Colors of #e6802a

#e6802a #e6de2a #e62a32

Monochromatic Colors of #e6802a

#e6802a

Complementary Color

#e6802a #2a90e6

#e6802a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6802a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6802a Color CSS Codes

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

#e6802a Text Font Color

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

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


#e6802a Background Color

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

This div background color is #e6802a


#e6802a Border Color

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

This div border color is #e6802a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6802a


Comments

No comments written yet.

Please login to write comment.