Color Hex Logo

#e9354f Color Hex

#E9354F
(233,53,79)
0 Favorites   0 Comments

Color spaces of #e9354f

RGB 2335379
HSL0.980.800.56
HSV351°77°91°
CMYK 0.000.770.66   0.09
XYZ36.288720.43449.4287
Yxy20.43440.54860.3089
Hunter Lab45.204464.186519.2764
CIE-Lab52.324868.224329.3183

#e9354f color RGB value is (233,53,79).

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

The process color (four color CMYK) of #e9354f color hex is 0.00, 0.77, 0.66, 0.09. Web safe color of #e9354f is #ff3366. Color #e9354f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110101 01001111
Octal 351 65 117
Decimal 233 53 79
Hex E9 35 4F

RGB Percentages of Color #e9354f

%63.84
%14.52
%21.64

CMYK Percentages of Color #e9354f

%0
%77
%66
%9

Triadic Colors of #e9354f

#e9354f #4fe935 #354fe9

Analogous Colors of #e9354f

#e9354f #e97535 #e935a9

Monochromatic Colors of #e9354f

#e9354f

Complementary Color

#e9354f #35e9cf

#e9354f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9354f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9354f Color CSS Codes

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

#e9354f Text Font Color

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

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


#e9354f Background Color

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

This div background color is #e9354f


#e9354f Border Color

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

This div border color is #e9354f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9354f


Comments

No comments written yet.

Please login to write comment.