Color Hex Logo

#ee171f Color Hex

#EE171F
(238,23,31)
0 Favorites   0 Comments

Color spaces of #ee171f

RGB 2382331
HSL0.990.860.51
HSV358°90°93°
CMYK 0.000.900.87   0.07
XYZ35.813618.88893.0547
Yxy18.88890.62010.3270
Hunter Lab43.461471.032526.2557
CIE-Lab50.557074.254553.9820

#ee171f color RGB value is (238,23,31).

#ee171f hex color red value is 238, green value is 23 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ee171f hue: 0.99 , saturation: 0.86 and the lightness value of ee171f is 0.51.

The process color (four color CMYK) of #ee171f color hex is 0.00, 0.90, 0.87, 0.07. Web safe color of #ee171f is #ff0033. Color #ee171f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010111 00011111
Octal 356 27 37
Decimal 238 23 31
Hex EE 17 1F

RGB Percentages of Color #ee171f

%81.51
%7.88
%10.62

CMYK Percentages of Color #ee171f

%0
%90
%87
%7

Triadic Colors of #ee171f

#ee171f #1fee17 #171fee

Analogous Colors of #ee171f

#ee171f #ee7b17 #ee178b

Monochromatic Colors of #ee171f

#ee171f

Complementary Color

#ee171f #17eee6

#ee171f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee171f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee171f Color CSS Codes

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

#ee171f Text Font Color

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

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


#ee171f Background Color

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

This div background color is #ee171f


#ee171f Border Color

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

This div border color is #ee171f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,23,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ee171f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ee171f;
  -webkit-box-shadow: 1px 1px 3px 2px #ee171f;
  box-shadow:         1px 1px 3px 2px #ee171f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,23,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee171f

#ee171f Color Palettes


Comments

No comments written yet.

Please login to write comment.