Color Hex Logo

#ee071b Color Hex

#EE071B
(238,7,27)
0 Favorites   0 Comments

Color spaces of #ee071b

RGB 238727
HSL0.990.940.48
HSV355°97°93°
CMYK 0.000.970.89   0.07
XYZ35.533718.40822.7172
Yxy18.40820.62710.3249
Hunter Lab42.904872.750226.2785
CIE-Lab49.987575.765855.3262

#ee071b color RGB value is (238,7,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000111 00011011
Octal 356 7 33
Decimal 238 7 27
Hex EE 7 1B

RGB Percentages of Color #ee071b

%87.50
%2.57
%9.93

CMYK Percentages of Color #ee071b

%0
%97
%89
%7

Triadic Colors of #ee071b

#ee071b #1bee07 #071bee

Analogous Colors of #ee071b

#ee071b #ee6707 #ee078f

Monochromatic Colors of #ee071b

#ee071b

Complementary Color

#ee071b #07eeda

#ee071b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee071b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee071b Color CSS Codes

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

#ee071b Text Font Color

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

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


#ee071b Background Color

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

This div background color is #ee071b


#ee071b Border Color

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

This div border color is #ee071b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,7,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 #ee071b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee071b


Comments

No comments written yet.

Please login to write comment.