Color Hex Logo

#e9465e Color Hex

#E9465E
(233,70,94)
0 Favorites   0 Comments

Color spaces of #e9465e

RGB 2337094
HSL0.980.790.59
HSV351°70°91°
CMYK 0.000.700.60   0.09
XYZ37.814822.512112.9419
Yxy22.51210.51610.3073
Hunter Lab47.446959.230917.0406
CIE-Lab54.566263.578423.3306

#e9465e color RGB value is (233,70,94).

#e9465e hex color red value is 233, green value is 70 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e9465e hue: 0.98 , saturation: 0.79 and the lightness value of e9465e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000110 01011110
Octal 351 106 136
Decimal 233 70 94
Hex E9 46 5E

RGB Percentages of Color #e9465e

%58.69
%17.63
%23.68

CMYK Percentages of Color #e9465e

%0
%70
%60
%9

Triadic Colors of #e9465e

#e9465e #5ee946 #465ee9

Analogous Colors of #e9465e

#e9465e #e98046 #e946b0

Monochromatic Colors of #e9465e

#e9465e

Complementary Color

#e9465e #46e9d1

#e9465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9465e Color CSS Codes

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

#e9465e Text Font Color

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

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


#e9465e Background Color

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

This div background color is #e9465e


#e9465e Border Color

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

This div border color is #e9465e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,70,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 #e9465e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9465e


Comments

No comments written yet.

Please login to write comment.