Color Hex Logo

#e96329 Color Hex

#E96329
(233,99,41)
0 Favorites   0 Comments

Color spaces of #e96329

RGB 2339941
HSL0.050.810.54
HSV18°82°91°
CMYK 0.000.580.82   0.09
XYZ38.466426.40745.1676
Yxy26.40740.54920.3770
Hunter Lab51.388143.686330.0095
CIE-Lab58.421749.059955.9021

#e96329 color RGB value is (233,99,41).

#e96329 hex color red value is 233, green value is 99 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #e96329 hue: 0.05 , saturation: 0.81 and the lightness value of e96329 is 0.54.

The process color (four color CMYK) of #e96329 color hex is 0.00, 0.58, 0.82, 0.09. Web safe color of #e96329 is #ff6633. Color #e96329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100011 00101001
Octal 351 143 51
Decimal 233 99 41
Hex E9 63 29

RGB Percentages of Color #e96329

%62.47
%26.54
%10.99

CMYK Percentages of Color #e96329

%0
%58
%82
%9

Triadic Colors of #e96329

#e96329 #29e963 #6329e9

Analogous Colors of #e96329

#e96329 #e9c329 #e9294f

Monochromatic Colors of #e96329

#e96329

Complementary Color

#e96329 #29afe9

#e96329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96329 Color CSS Codes

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

#e96329 Text Font Color

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

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


#e96329 Background Color

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

This div background color is #e96329


#e96329 Border Color

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

This div border color is #e96329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96329


Comments

No comments written yet.

Please login to write comment.