Color Hex Logo

#ee081b Color Hex

#EE081B
(238,8,27)
0 Favorites   0 Comments

Color spaces of #ee081b

RGB 238827
HSL0.990.930.48
HSV355°97°93°
CMYK 0.000.970.89   0.07
XYZ35.544618.42992.7208
Yxy18.42990.62690.3251
Hunter Lab42.930172.664226.2934
CIE-Lab50.013475.690955.3450

#ee081b color RGB value is (238,8,27).

#ee081b hex color red value is 238, green value is 8 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ee081b hue: 0.99 , saturation: 0.93 and the lightness value of ee081b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001000 00011011
Octal 356 10 33
Decimal 238 8 27
Hex EE 8 1B

RGB Percentages of Color #ee081b

%87.18
%2.93
%9.89

CMYK Percentages of Color #ee081b

%0
%97
%89
%7

Triadic Colors of #ee081b

#ee081b #1bee08 #081bee

Analogous Colors of #ee081b

#ee081b #ee6808 #ee088e

Monochromatic Colors of #ee081b

#ee081b

Complementary Color

#ee081b #08eedb

#ee081b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee081b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee081b Color CSS Codes

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

#ee081b Text Font Color

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

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


#ee081b Background Color

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

This div background color is #ee081b


#ee081b Border Color

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

This div border color is #ee081b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee081b


Comments

No comments written yet.

Please login to write comment.