Color Hex Logo

#ee374f Color Hex

#EE374F
(238,55,79)
0 Favorites   0 Comments

Color spaces of #ee374f

RGB 2385579
HSL0.980.840.57
HSV352°77°93°
CMYK 0.000.770.67   0.07
XYZ38.037421.47409.5372
Yxy21.47400.55090.3110
Hunter Lab46.340065.423520.2356
CIE-Lab53.464469.047730.9450

#ee374f color RGB value is (238,55,79).

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

The process color (four color CMYK) of #ee374f color hex is 0.00, 0.77, 0.67, 0.07. Web safe color of #ee374f is #ff3366. Color #ee374f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110111 01001111
Octal 356 67 117
Decimal 238 55 79
Hex EE 37 4F

RGB Percentages of Color #ee374f

%63.98
%14.78
%21.24

CMYK Percentages of Color #ee374f

%0
%77
%67
%7

Triadic Colors of #ee374f

#ee374f #4fee37 #374fee

Analogous Colors of #ee374f

#ee374f #ee7b37 #ee37ab

Monochromatic Colors of #ee374f

#ee374f

Complementary Color

#ee374f #37eed6

#ee374f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee374f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee374f Color CSS Codes

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

#ee374f Text Font Color

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

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


#ee374f Background Color

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

This div background color is #ee374f


#ee374f Border Color

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

This div border color is #ee374f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee374f


Comments

No comments written yet.

Please login to write comment.