Color Hex Logo

#ee072a Color Hex

#EE072A
(238,7,42)
0 Favorites   0 Comments

Color spaces of #ee072a

RGB 238742
HSL0.970.940.48
HSV351°97°93°
CMYK 0.000.970.82   0.07
XYZ35.753818.49633.8762
Yxy18.49630.61510.3182
Hunter Lab43.007373.131724.7614
CIE-Lab50.092676.054948.1599

#ee072a color RGB value is (238,7,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000111 00101010
Octal 356 7 52
Decimal 238 7 42
Hex EE 7 2A

RGB Percentages of Color #ee072a

%82.93
%2.44
%14.63

CMYK Percentages of Color #ee072a

%0
%97
%82
%7

Triadic Colors of #ee072a

#ee072a #2aee07 #072aee

Analogous Colors of #ee072a

#ee072a #ee5807 #ee079e

Monochromatic Colors of #ee072a

#ee072a

Complementary Color

#ee072a #07eecb

#ee072a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee072a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee072a Color CSS Codes

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

#ee072a Text Font Color

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

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


#ee072a Background Color

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

This div background color is #ee072a


#ee072a Border Color

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

This div border color is #ee072a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee072a


Comments

No comments written yet.

Please login to write comment.