Color Hex Logo

#e95a08 Color Hex

#E95A08
(233,90,8)
0 Favorites   0 Comments

Color spaces of #e95a08

RGB 233908
HSL0.060.930.47
HSV22°97°91°
CMYK 0.000.610.97   0.09
XYZ37.304324.65353.0222
Yxy24.65350.57410.3794
Hunter Lab49.652347.217531.1478
CIE-Lab56.736252.562464.8522

#e95a08 color RGB value is (233,90,8).

#e95a08 hex color red value is 233, green value is 90 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #e95a08 hue: 0.06 , saturation: 0.93 and the lightness value of e95a08 is 0.47.

The process color (four color CMYK) of #e95a08 color hex is 0.00, 0.61, 0.97, 0.09. Web safe color of #e95a08 is #ff6600. Color #e95a08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011010 00001000
Octal 351 132 10
Decimal 233 90 8
Hex E9 5A 8

RGB Percentages of Color #e95a08

%70.39
%27.19
%2.42

CMYK Percentages of Color #e95a08

%0
%61
%97
%9

Triadic Colors of #e95a08

#e95a08 #08e95a #5a08e9

Analogous Colors of #e95a08

#e95a08 #e9cb08 #e90827

Monochromatic Colors of #e95a08

#e95a08

Complementary Color

#e95a08 #0897e9

#e95a08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95a08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95a08 Color CSS Codes

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

#e95a08 Text Font Color

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

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


#e95a08 Background Color

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

This div background color is #e95a08


#e95a08 Border Color

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

This div border color is #e95a08


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,90,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95a08


Comments

No comments written yet.

Please login to write comment.