Color Hex Logo

#e68429 Color Hex

#E68429
(230,132,41)
0 Favorites   0 Comments

Color spaces of #e68429

RGB 23013241
HSL0.080.790.53
HSV29°82°90°
CMYK 0.000.430.82   0.10
XYZ41.284633.48566.3853
Yxy33.48560.50870.4126
Hunter Lab57.866726.082733.9644
CIE-Lab64.552231.455661.1802

#e68429 color RGB value is (230,132,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000100 00101001
Octal 346 204 51
Decimal 230 132 41
Hex E6 84 29

RGB Percentages of Color #e68429

%57.07
%32.75
%10.17

CMYK Percentages of Color #e68429

%0
%43
%82
%10

Triadic Colors of #e68429

#e68429 #29e684 #8429e6

Analogous Colors of #e68429

#e68429 #e6e329 #e6292c

Monochromatic Colors of #e68429

#e68429

Complementary Color

#e68429 #298be6

#e68429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68429 Color CSS Codes

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

#e68429 Text Font Color

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

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


#e68429 Background Color

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

This div background color is #e68429


#e68429 Border Color

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

This div border color is #e68429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68429


Comments

No comments written yet.

Please login to write comment.