Color Hex Logo

#e9353a Color Hex

#E9353A
(233,53,58)
0 Favorites   0 Comments

Color spaces of #e9353a

RGB 2335358
HSL1.000.800.56
HSV358°77°91°
CMYK 0.000.770.75   0.09
XYZ35.641120.17536.0187
Yxy20.17530.57640.3263
Hunter Lab44.916963.033223.4972
CIE-Lab52.034867.303741.1150

#e9353a color RGB value is (233,53,58).

#e9353a hex color red value is 233, green value is 53 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e9353a hue: 1.00 , saturation: 0.80 and the lightness value of e9353a is 0.56.

The process color (four color CMYK) of #e9353a color hex is 0.00, 0.77, 0.75, 0.09. Web safe color of #e9353a is #ff3333. Color #e9353a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110101 00111010
Octal 351 65 72
Decimal 233 53 58
Hex E9 35 3A

RGB Percentages of Color #e9353a

%67.73
%15.41
%16.86

CMYK Percentages of Color #e9353a

%0
%77
%75
%9

Triadic Colors of #e9353a

#e9353a #3ae935 #353ae9

Analogous Colors of #e9353a

#e9353a #e98a35 #e93594

Monochromatic Colors of #e9353a

#e9353a

Complementary Color

#e9353a #35e9e4

#e9353a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9353a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9353a Color CSS Codes

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

#e9353a Text Font Color

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

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


#e9353a Background Color

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

This div background color is #e9353a


#e9353a Border Color

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

This div border color is #e9353a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9353a


Comments

No comments written yet.

Please login to write comment.