color codes Logo

#e9013f color codes

#E9013F
(233,1,63)
0 Favorites   0 Comments

Color spaces of #e9013f

RGB 233163
HSL0.960.990.46
HSV344°100°91°
CMYK 0.001.000.73   0.09
XYZ34.512317.70426.3009
Yxy17.70420.58980.3025
Hunter Lab42.076472.777520.5748
CIE-Lab49.135475.954134.9433

#e9013f color RGB value is (233,1,63).

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

The process color (four color CMYK) of #e9013f color code is 0.00, 1.00, 0.73, 0.09. Web safe color of #e9013f is #ff0033. Color #e9013f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000001 00111111
Octal 351 1 77
Decimal 233 1 63
Hex E9 1 3F

RGB Percentages of Color #e9013f

%78.45
%0.34
%21.21

CMYK Percentages of Color #e9013f

%0
%100
%73
%9

Triadic Colors of #e9013f

#e9013f #3fe901 #013fe9

Analogous Colors of #e9013f

#e9013f #e93701 #e901b3

Monochromatic Colors of #e9013f

#e9013f

Complementary Color

#e9013f #01e9ab

#e9013f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9013f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9013f Color CSS Codes

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

#e9013f Text Font Color

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

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


#e9013f Background Color

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

This div background color is #e9013f


#e9013f Border Color

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

This div border color is #e9013f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9013f


Comments

No comments written yet.

Please login to write comment.