Color Hex Logo

#e90c3f Color Hex

#E90C3F
(233,12,63)
0 Favorites   0 Comments

Color spaces of #e90c3f

RGB 2331263
HSL0.960.900.48
HSV346°95°91°
CMYK 0.000.950.73   0.09
XYZ34.632917.94556.3411
Yxy17.94550.58780.3046
Hunter Lab42.362171.797920.7785
CIE-Lab49.429975.099335.2871

#e90c3f color RGB value is (233,12,63).

#e90c3f hex color red value is 233, green value is 12 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #e90c3f hue: 0.96 , saturation: 0.90 and the lightness value of e90c3f is 0.48.

The process color (four color CMYK) of #e90c3f color hex is 0.00, 0.95, 0.73, 0.09. Web safe color of #e90c3f is #ff0033. Color #e90c3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001100 00111111
Octal 351 14 77
Decimal 233 12 63
Hex E9 C 3F

RGB Percentages of Color #e90c3f

%75.65
%3.90
%20.45

CMYK Percentages of Color #e90c3f

%0
%95
%73
%9

Triadic Colors of #e90c3f

#e90c3f #3fe90c #0c3fe9

Analogous Colors of #e90c3f

#e90c3f #e9480c #e90cae

Monochromatic Colors of #e90c3f

#e90c3f

Complementary Color

#e90c3f #0ce9b6

#e90c3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90c3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90c3f Color CSS Codes

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

#e90c3f Text Font Color

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

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


#e90c3f Background Color

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

This div background color is #e90c3f


#e90c3f Border Color

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

This div border color is #e90c3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90c3f


Comments

No comments written yet.

Please login to write comment.