Color Hex Logo

#e9113d Color Hex

#E9113D
(233,17,61)
0 Favorites   0 Comments

Color spaces of #e9113d

RGB 2331761
HSL0.970.860.49
HSV348°93°91°
CMYK 0.000.930.74   0.09
XYZ34.647018.06156.0750
Yxy18.06150.58940.3073
Hunter Lab42.498871.148521.2740
CIE-Lab49.570674.541436.6296

#e9113d color RGB value is (233,17,61).

#e9113d hex color red value is 233, green value is 17 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e9113d hue: 0.97 , saturation: 0.86 and the lightness value of e9113d is 0.49.

The process color (four color CMYK) of #e9113d color hex is 0.00, 0.93, 0.74, 0.09. Web safe color of #e9113d is #ff0033. Color #e9113d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010001 00111101
Octal 351 21 75
Decimal 233 17 61
Hex E9 11 3D

RGB Percentages of Color #e9113d

%74.92
%5.47
%19.61

CMYK Percentages of Color #e9113d

%0
%93
%74
%9

Triadic Colors of #e9113d

#e9113d #3de911 #113de9

Analogous Colors of #e9113d

#e9113d #e95111 #e911a9

Monochromatic Colors of #e9113d

#e9113d

Complementary Color

#e9113d #11e9bd

#e9113d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9113d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9113d Color CSS Codes

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

#e9113d Text Font Color

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

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


#e9113d Background Color

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

This div background color is #e9113d


#e9113d Border Color

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

This div border color is #e9113d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9113d


Comments

No comments written yet.

Please login to write comment.