Color Hex Logo

#ee0720 Color Hex

#EE0720
(238,7,32)
0 Favorites   0 Comments

Color spaces of #ee0720

RGB 238732
HSL0.980.940.48
HSV354°97°93°
CMYK 0.000.970.87   0.07
XYZ35.596618.43343.0483
Yxy18.43340.62360.3229
Hunter Lab42.934172.859225.8443
CIE-Lab50.017675.848553.0945

#ee0720 color RGB value is (238,7,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000111 00100000
Octal 356 7 40
Decimal 238 7 32
Hex EE 7 20

RGB Percentages of Color #ee0720

%85.92
%2.53
%11.55

CMYK Percentages of Color #ee0720

%0
%97
%87
%7

Triadic Colors of #ee0720

#ee0720 #20ee07 #0720ee

Analogous Colors of #ee0720

#ee0720 #ee6207 #ee0794

Monochromatic Colors of #ee0720

#ee0720

Complementary Color

#ee0720 #07eed5

#ee0720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0720 Color CSS Codes

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

#ee0720 Text Font Color

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

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


#ee0720 Background Color

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

This div background color is #ee0720


#ee0720 Border Color

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

This div border color is #ee0720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0720


Comments

No comments written yet.

Please login to write comment.