Color Hex Logo

#ee011a Color Hex

#EE011A
(238,1,26)
0 Favorites   0 Comments

Color spaces of #ee011a

RGB 238126
HSL0.980.990.47
HSV354°100°93°
CMYK 0.001.000.89   0.07
XYZ35.457218.27342.6356
Yxy18.27340.62910.3242
Hunter Lab42.747473.250426.2676
CIE-Lab49.826076.203155.6388

#ee011a color RGB value is (238,1,26).

#ee011a hex color red value is 238, green value is 1 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ee011a hue: 0.98 , saturation: 0.99 and the lightness value of ee011a is 0.47.

The process color (four color CMYK) of #ee011a color hex is 0.00, 1.00, 0.89, 0.07. Web safe color of #ee011a is #ff0033. Color #ee011a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000001 00011010
Octal 356 1 32
Decimal 238 1 26
Hex EE 1 1A

RGB Percentages of Color #ee011a

%89.81
%0.38
%9.81

CMYK Percentages of Color #ee011a

%0
%100
%89
%7

Triadic Colors of #ee011a

#ee011a #1aee01 #011aee

Analogous Colors of #ee011a

#ee011a #ee5f01 #ee0191

Monochromatic Colors of #ee011a

#ee011a

Complementary Color

#ee011a #01eed5

#ee011a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee011a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee011a Color CSS Codes

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

#ee011a Text Font Color

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

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


#ee011a Background Color

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

This div background color is #ee011a


#ee011a Border Color

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

This div border color is #ee011a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee011a


Comments

No comments written yet.

Please login to write comment.