Color Hex Logo

#ee1333 Color Hex

#EE1333
(238,19,51)
0 Favorites   0 Comments

Color spaces of #ee1333

RGB 2381951
HSL0.980.870.50
HSV351°92°93°
CMYK 0.000.920.79   0.07
XYZ36.090318.88194.8744
Yxy18.88190.60300.3155
Hunter Lab43.453372.210523.7664
CIE-Lab50.548775.217643.7242

#ee1333 color RGB value is (238,19,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010011 00110011
Octal 356 23 63
Decimal 238 19 51
Hex EE 13 33

RGB Percentages of Color #ee1333

%77.27
%6.17
%16.56

CMYK Percentages of Color #ee1333

%0
%92
%79
%7

Triadic Colors of #ee1333

#ee1333 #33ee13 #1333ee

Analogous Colors of #ee1333

#ee1333 #ee6013 #ee13a1

Monochromatic Colors of #ee1333

#ee1333

Complementary Color

#ee1333 #13eece

#ee1333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1333 Color CSS Codes

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

#ee1333 Text Font Color

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

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


#ee1333 Background Color

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

This div background color is #ee1333


#ee1333 Border Color

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

This div border color is #ee1333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1333


Comments

No comments written yet.

Please login to write comment.