Color Hex Logo

#ee082b Color Hex

#EE082B
(238,8,43)
0 Favorites   0 Comments

Color spaces of #ee082b

RGB 238843
HSL0.970.930.48
HSV351°97°93°
CMYK 0.000.970.82   0.07
XYZ35.782818.52523.9753
Yxy18.52520.61390.3178
Hunter Lab43.040973.077424.6526
CIE-Lab50.127076.004247.6633

#ee082b color RGB value is (238,8,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001000 00101011
Octal 356 10 53
Decimal 238 8 43
Hex EE 8 2B

RGB Percentages of Color #ee082b

%82.35
%2.77
%14.88

CMYK Percentages of Color #ee082b

%0
%97
%82
%7

Triadic Colors of #ee082b

#ee082b #2bee08 #082bee

Analogous Colors of #ee082b

#ee082b #ee5808 #ee089e

Monochromatic Colors of #ee082b

#ee082b

Complementary Color

#ee082b #08eecb

#ee082b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee082b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee082b Color CSS Codes

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

#ee082b Text Font Color

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

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


#ee082b Background Color

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

This div background color is #ee082b


#ee082b Border Color

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

This div border color is #ee082b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee082b


Comments

No comments written yet.

Please login to write comment.