Color Hex Logo

#e9323c Color Hex

#E9323C
(233,50,60)
0 Favorites   0 Comments

Color spaces of #e9323c

RGB 2335060
HSL0.990.810.55
HSV357°79°91°
CMYK 0.000.790.74   0.09
XYZ35.560519.93116.2478
Yxy19.93110.57600.3228
Hunter Lab44.644364.053222.9536
CIE-Lab51.759268.219639.6852

#e9323c color RGB value is (233,50,60).

#e9323c hex color red value is 233, green value is 50 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #e9323c hue: 0.99 , saturation: 0.81 and the lightness value of e9323c is 0.55.

The process color (four color CMYK) of #e9323c color hex is 0.00, 0.79, 0.74, 0.09. Web safe color of #e9323c is #ff3333. Color #e9323c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110010 00111100
Octal 351 62 74
Decimal 233 50 60
Hex E9 32 3C

RGB Percentages of Color #e9323c

%67.93
%14.58
%17.49

CMYK Percentages of Color #e9323c

%0
%79
%74
%9

Triadic Colors of #e9323c

#e9323c #3ce932 #323ce9

Analogous Colors of #e9323c

#e9323c #e98432 #e93298

Monochromatic Colors of #e9323c

#e9323c

Complementary Color

#e9323c #32e9df

#e9323c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9323c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9323c Color CSS Codes

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

#e9323c Text Font Color

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

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


#e9323c Background Color

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

This div background color is #e9323c


#e9323c Border Color

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

This div border color is #e9323c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9323c


Comments

No comments written yet.

Please login to write comment.