Color Hex Logo

#e9345e Color Hex

#E9345E
(233,52,94)
0 Favorites   0 Comments

Color spaces of #e9345e

RGB 2335294
HSL0.960.800.56
HSV346°78°91°
CMYK 0.000.780.60   0.09
XYZ36.852620.587812.6212
Yxy20.58780.52600.2939
Hunter Lab45.373865.573615.2695
CIE-Lab52.495469.358420.5793

#e9345e color RGB value is (233,52,94).

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

The process color (four color CMYK) of #e9345e color hex is 0.00, 0.78, 0.60, 0.09. Web safe color of #e9345e is #ff3366. Color #e9345e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110100 01011110
Octal 351 64 136
Decimal 233 52 94
Hex E9 34 5E

RGB Percentages of Color #e9345e

%61.48
%13.72
%24.80

CMYK Percentages of Color #e9345e

%0
%78
%60
%9

Triadic Colors of #e9345e

#e9345e #5ee934 #345ee9

Analogous Colors of #e9345e

#e9345e #e96534 #e934b9

Monochromatic Colors of #e9345e

#e9345e

Complementary Color

#e9345e #34e9bf

#e9345e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9345e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9345e Color CSS Codes

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

#e9345e Text Font Color

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

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


#e9345e Background Color

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

This div background color is #e9345e


#e9345e Border Color

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

This div border color is #e9345e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9345e


Comments

No comments written yet.

Please login to write comment.