Color Hex Logo

#e67e2a Color Hex

#E67E2A
(230,126,42)
0 Favorites   0 Comments

Color spaces of #e67e2a

RGB 23012642
HSL0.070.790.53
HSV27°82°90°
CMYK 0.000.450.82   0.10
XYZ40.511931.91196.2149
Yxy31.91190.51520.4058
Hunter Lab56.490629.151633.0206
CIE-Lab63.270034.605059.6670

#e67e2a color RGB value is (230,126,42).

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

The process color (four color CMYK) of #e67e2a color hex is 0.00, 0.45, 0.82, 0.10. Web safe color of #e67e2a is #ff6633. Color #e67e2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111110 00101010
Octal 346 176 52
Decimal 230 126 42
Hex E6 7E 2A

RGB Percentages of Color #e67e2a

%57.79
%31.66
%10.55

CMYK Percentages of Color #e67e2a

%0
%45
%82
%10

Triadic Colors of #e67e2a

#e67e2a #2ae67e #7e2ae6

Analogous Colors of #e67e2a

#e67e2a #e6dc2a #e62a34

Monochromatic Colors of #e67e2a

#e67e2a

Complementary Color

#e67e2a #2a92e6

#e67e2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67e2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67e2a Color CSS Codes

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

#e67e2a Text Font Color

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

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


#e67e2a Background Color

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

This div background color is #e67e2a


#e67e2a Border Color

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

This div border color is #e67e2a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,126,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 #e67e2a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67e2a


Comments

No comments written yet.

Please login to write comment.