Color Hex Logo

#ee373f Color Hex

#EE373F
(238,55,63)
0 Favorites   0 Comments

Color spaces of #ee373f

RGB 2385563
HSL0.990.840.57
HSV357°77°93°
CMYK 0.000.770.74   0.07
XYZ37.523321.26846.8301
Yxy21.26840.57180.3241
Hunter Lab46.117764.529323.5014
CIE-Lab53.242068.338839.9160

#ee373f color RGB value is (238,55,63).

#ee373f hex color red value is 238, green value is 55 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ee373f hue: 0.99 , saturation: 0.84 and the lightness value of ee373f is 0.57.

The process color (four color CMYK) of #ee373f color hex is 0.00, 0.77, 0.74, 0.07. Web safe color of #ee373f is #ff3333. Color #ee373f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110111 00111111
Octal 356 67 77
Decimal 238 55 63
Hex EE 37 3F

RGB Percentages of Color #ee373f

%66.85
%15.45
%17.70

CMYK Percentages of Color #ee373f

%0
%77
%74
%7

Triadic Colors of #ee373f

#ee373f #3fee37 #373fee

Analogous Colors of #ee373f

#ee373f #ee8b37 #ee379b

Monochromatic Colors of #ee373f

#ee373f

Complementary Color

#ee373f #37eee6

#ee373f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee373f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee373f Color CSS Codes

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

#ee373f Text Font Color

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

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


#ee373f Background Color

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

This div background color is #ee373f


#ee373f Border Color

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

This div border color is #ee373f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee373f


Comments

No comments written yet.

Please login to write comment.