Color Hex Logo

#e9253f Color Hex

#E9253F
(233,37,63)
0 Favorites   0 Comments

Color spaces of #e9253f

RGB 2333763
HSL0.980.820.53
HSV352°84°91°
CMYK 0.000.840.73   0.09
XYZ35.163019.00576.5178
Yxy19.00570.57940.3132
Hunter Lab43.595567.681221.6526
CIE-Lab50.693971.464236.7528

#e9253f color RGB value is (233,37,63).

#e9253f hex color red value is 233, green value is 37 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #e9253f hue: 0.98 , saturation: 0.82 and the lightness value of e9253f is 0.53.

The process color (four color CMYK) of #e9253f color hex is 0.00, 0.84, 0.73, 0.09. Web safe color of #e9253f is #ff3333. Color #e9253f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00100101 00111111
Octal 351 45 77
Decimal 233 37 63
Hex E9 25 3F

RGB Percentages of Color #e9253f

%69.97
%11.11
%18.92

CMYK Percentages of Color #e9253f

%0
%84
%73
%9

Triadic Colors of #e9253f

#e9253f #3fe925 #253fe9

Analogous Colors of #e9253f

#e9253f #e96d25 #e925a1

Monochromatic Colors of #e9253f

#e9253f

Complementary Color

#e9253f #25e9cf

#e9253f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9253f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9253f Color CSS Codes

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

#e9253f Text Font Color

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

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


#e9253f Background Color

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

This div background color is #e9253f


#e9253f Border Color

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

This div border color is #e9253f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9253f


Comments

No comments written yet.

Please login to write comment.