Color Hex Logo

#ee376d Color Hex

#EE376D
(238,55,109)
0 Favorites   0 Comments

Color spaces of #ee376d

RGB 23855109
HSL0.950.840.57
HSV342°77°93°
CMYK 0.000.770.54   0.07
XYZ39.386422.013616.6412
Yxy22.01360.50470.2821
Hunter Lab46.918767.736211.8140
CIE-Lab54.041470.865913.8298

#ee376d color RGB value is (238,55,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110111 01101101
Octal 356 67 155
Decimal 238 55 109
Hex EE 37 6D

RGB Percentages of Color #ee376d

%59.20
%13.68
%27.11

CMYK Percentages of Color #ee376d

%0
%77
%54
%7

Triadic Colors of #ee376d

#ee376d #6dee37 #376dee

Analogous Colors of #ee376d

#ee376d #ee5c37 #ee37c9

Monochromatic Colors of #ee376d

#ee376d

Complementary Color

#ee376d #37eeb8

#ee376d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee376d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee376d Color CSS Codes

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

#ee376d Text Font Color

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

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


#ee376d Background Color

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

This div background color is #ee376d


#ee376d Border Color

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

This div border color is #ee376d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee376d


Comments

No comments written yet.

Please login to write comment.