Color Hex Logo

#ee073d Color Hex

#EE073D
(238,7,61)
0 Favorites   0 Comments

Color spaces of #ee073d

RGB 238761
HSL0.960.940.48
HSV346°97°93°
CMYK 0.000.970.74   0.07
XYZ36.178218.66606.1110
Yxy18.66600.59350.3062
Hunter Lab43.204273.864621.8567
CIE-Lab50.294176.608837.7263

#ee073d color RGB value is (238,7,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000111 00111101
Octal 356 7 75
Decimal 238 7 61
Hex EE 7 3D

RGB Percentages of Color #ee073d

%77.78
%2.29
%19.93

CMYK Percentages of Color #ee073d

%0
%97
%74
%7

Triadic Colors of #ee073d

#ee073d #3dee07 #073dee

Analogous Colors of #ee073d

#ee073d #ee4407 #ee07b1

Monochromatic Colors of #ee073d

#ee073d

Complementary Color

#ee073d #07eeb8

#ee073d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee073d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee073d Color CSS Codes

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

#ee073d Text Font Color

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

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


#ee073d Background Color

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

This div background color is #ee073d


#ee073d Border Color

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

This div border color is #ee073d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee073d


Comments

No comments written yet.

Please login to write comment.