Color Hex Logo

#e9350b Color Hex

#E9350B
(233,53,11)
0 Favorites   0 Comments

Color spaces of #e9350b

RGB 2335311
HSL0.030.910.48
HSV11°95°91°
CMYK 0.000.770.95   0.09
XYZ34.937819.89402.3151
Yxy19.89400.61140.3481
Hunter Lab44.602761.766428.1444
CIE-Lab51.717266.285661.3465

#e9350b color RGB value is (233,53,11).

#e9350b hex color red value is 233, green value is 53 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #e9350b hue: 0.03 , saturation: 0.91 and the lightness value of e9350b is 0.48.

The process color (four color CMYK) of #e9350b color hex is 0.00, 0.77, 0.95, 0.09. Web safe color of #e9350b is #ff3300. Color #e9350b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110101 00001011
Octal 351 65 13
Decimal 233 53 11
Hex E9 35 B

RGB Percentages of Color #e9350b

%78.45
%17.85
%3.70

CMYK Percentages of Color #e9350b

%0
%77
%95
%9

Triadic Colors of #e9350b

#e9350b #0be935 #350be9

Analogous Colors of #e9350b

#e9350b #e9a40b #e90b50

Monochromatic Colors of #e9350b

#e9350b

Complementary Color

#e9350b #0bbfe9

#e9350b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9350b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9350b Color CSS Codes

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

#e9350b Text Font Color

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

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


#e9350b Background Color

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

This div background color is #e9350b


#e9350b Border Color

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

This div border color is #e9350b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9350b


Comments

No comments written yet.

Please login to write comment.