Color Hex Logo

#ee374e Color Hex

#EE374E
(238,55,78)
0 Favorites   0 Comments

Color spaces of #ee374e

RGB 2385578
HSL0.980.840.57
HSV352°77°93°
CMYK 0.000.770.67   0.07
XYZ38.001221.45969.3470
Yxy21.45960.55230.3119
Hunter Lab46.324565.360320.4641
CIE-Lab53.448968.997731.5126

#ee374e color RGB value is (238,55,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110111 01001110
Octal 356 67 116
Decimal 238 55 78
Hex EE 37 4E

RGB Percentages of Color #ee374e

%64.15
%14.82
%21.02

CMYK Percentages of Color #ee374e

%0
%77
%67
%7

Triadic Colors of #ee374e

#ee374e #4eee37 #374eee

Analogous Colors of #ee374e

#ee374e #ee7c37 #ee37aa

Monochromatic Colors of #ee374e

#ee374e

Complementary Color

#ee374e #37eed7

#ee374e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee374e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee374e Color CSS Codes

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

#ee374e Text Font Color

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

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


#ee374e Background Color

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

This div background color is #ee374e


#ee374e Border Color

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

This div border color is #ee374e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee374e


Comments

No comments written yet.

Please login to write comment.