Color Hex Logo

#e9324a Color Hex

#E9324A
(233,50,74)
0 Favorites   0 Comments

Color spaces of #e9324a

RGB 2335074
HSL0.980.810.55
HSV352°79°91°
CMYK 0.000.790.68   0.09
XYZ35.980920.09938.4617
Yxy20.09930.55750.3114
Hunter Lab44.832264.801920.1921
CIE-Lab51.949368.814631.8055

#e9324a color RGB value is (233,50,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110010 01001010
Octal 351 62 112
Decimal 233 50 74
Hex E9 32 4A

RGB Percentages of Color #e9324a

%65.27
%14.01
%20.73

CMYK Percentages of Color #e9324a

%0
%79
%68
%9

Triadic Colors of #e9324a

#e9324a #4ae932 #324ae9

Analogous Colors of #e9324a

#e9324a #e97632 #e932a6

Monochromatic Colors of #e9324a

#e9324a

Complementary Color

#e9324a #32e9d1

#e9324a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9324a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9324a Color CSS Codes

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

#e9324a Text Font Color

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

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


#e9324a Background Color

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

This div background color is #e9324a


#e9324a Border Color

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

This div border color is #e9324a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9324a


Comments

No comments written yet.

Please login to write comment.