Color Hex Logo

#ee394f Color Hex

#EE394F
(238,57,79)
0 Favorites   0 Comments

Color spaces of #ee394f

RGB 2385779
HSL0.980.840.58
HSV353°76°93°
CMYK 0.000.760.67   0.07
XYZ38.134321.66799.5696
Yxy21.66790.54970.3123
Hunter Lab46.548864.772720.3952
CIE-Lab53.672968.461831.2039

#ee394f color RGB value is (238,57,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111001 01001111
Octal 356 71 117
Decimal 238 57 79
Hex EE 39 4F

RGB Percentages of Color #ee394f

%63.64
%15.24
%21.12

CMYK Percentages of Color #ee394f

%0
%76
%67
%7

Triadic Colors of #ee394f

#ee394f #4fee39 #394fee

Analogous Colors of #ee394f

#ee394f #ee7e39 #ee39aa

Monochromatic Colors of #ee394f

#ee394f

Complementary Color

#ee394f #39eed8

#ee394f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee394f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee394f Color CSS Codes

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

#ee394f Text Font Color

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

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


#ee394f Background Color

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

This div background color is #ee394f


#ee394f Border Color

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

This div border color is #ee394f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,57,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 #ee394f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee394f


Comments

No comments written yet.

Please login to write comment.