Color Hex Logo

#ee020b Color Hex

#EE020B
(238,2,11)
0 Favorites   0 Comments

Color spaces of #ee020b

RGB 238211
HSL0.990.980.47
HSV358°99°93°
CMYK 0.000.990.95   0.07
XYZ35.342018.24471.9755
Yxy18.24470.63610.3284
Hunter Lab42.713872.944227.1575
CIE-Lab49.791675.961560.8802

#ee020b color RGB value is (238,2,11).

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

The process color (four color CMYK) of #ee020b color hex is 0.00, 0.99, 0.95, 0.07. Web safe color of #ee020b is #ff0000. Color #ee020b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000010 00001011
Octal 356 2 13
Decimal 238 2 11
Hex EE 2 B

RGB Percentages of Color #ee020b

%94.82
%0.80
%4.38

CMYK Percentages of Color #ee020b

%0
%99
%95
%7

Triadic Colors of #ee020b

#ee020b #0bee02 #020bee

Analogous Colors of #ee020b

#ee020b #ee6f02 #ee0281

Monochromatic Colors of #ee020b

#ee020b

Complementary Color

#ee020b #02eee5

#ee020b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee020b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee020b Color CSS Codes

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

#ee020b Text Font Color

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

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


#ee020b Background Color

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

This div background color is #ee020b


#ee020b Border Color

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

This div border color is #ee020b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee020b


Comments

No comments written yet.

Please login to write comment.