Color Hex Logo

#ee133a Color Hex

#EE133A
(238,19,58)
0 Favorites   0 Comments

Color spaces of #ee133a

RGB 2381958
HSL0.970.870.50
HSV349°92°93°
CMYK 0.000.920.76   0.07
XYZ36.256518.94845.7495
Yxy18.94840.59480.3109
Hunter Lab43.529872.497922.6397
CIE-Lab50.626875.436239.8406

#ee133a color RGB value is (238,19,58).

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

The process color (four color CMYK) of #ee133a color hex is 0.00, 0.92, 0.76, 0.07. Web safe color of #ee133a is #ff0033. Color #ee133a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010011 00111010
Octal 356 23 72
Decimal 238 19 58
Hex EE 13 3A

RGB Percentages of Color #ee133a

%75.56
%6.03
%18.41

CMYK Percentages of Color #ee133a

%0
%92
%76
%7

Triadic Colors of #ee133a

#ee133a #3aee13 #133aee

Analogous Colors of #ee133a

#ee133a #ee5913 #ee13a8

Monochromatic Colors of #ee133a

#ee133a

Complementary Color

#ee133a #13eec7

#ee133a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee133a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee133a Color CSS Codes

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

#ee133a Text Font Color

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

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


#ee133a Background Color

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

This div background color is #ee133a


#ee133a Border Color

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

This div border color is #ee133a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee133a


Comments

No comments written yet.

Please login to write comment.