Color Hex Logo

#ee1123 Color Hex

#EE1123
(238,17,35)
0 Favorites   0 Comments

Color spaces of #ee1123

RGB 2381735
HSL0.990.870.50
HSV355°93°93°
CMYK 0.000.930.85   0.07
XYZ35.763718.69943.3145
Yxy18.69940.61900.3236
Hunter Lab43.242871.952425.7255
CIE-Lab50.333675.049351.9207

#ee1123 color RGB value is (238,17,35).

#ee1123 hex color red value is 238, green value is 17 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ee1123 hue: 0.99 , saturation: 0.87 and the lightness value of ee1123 is 0.50.

The process color (four color CMYK) of #ee1123 color hex is 0.00, 0.93, 0.85, 0.07. Web safe color of #ee1123 is #ff0033. Color #ee1123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010001 00100011
Octal 356 21 43
Decimal 238 17 35
Hex EE 11 23

RGB Percentages of Color #ee1123

%82.07
%5.86
%12.07

CMYK Percentages of Color #ee1123

%0
%93
%85
%7

Triadic Colors of #ee1123

#ee1123 #23ee11 #1123ee

Analogous Colors of #ee1123

#ee1123 #ee6e11 #ee1192

Monochromatic Colors of #ee1123

#ee1123

Complementary Color

#ee1123 #11eedc

#ee1123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1123 Color CSS Codes

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

#ee1123 Text Font Color

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

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


#ee1123 Background Color

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

This div background color is #ee1123


#ee1123 Border Color

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

This div border color is #ee1123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1123


Comments

No comments written yet.

Please login to write comment.