Color Hex Logo

#ee376f Color Hex

#EE376F
(238,55,111)
0 Favorites   0 Comments

Color spaces of #ee376f

RGB 23855111
HSL0.950.840.57
HSV342°77°93°
CMYK 0.000.770.53   0.07
XYZ39.495322.057217.2148
Yxy22.05720.50140.2800
Hunter Lab46.965167.920711.1431
CIE-Lab54.087671.009912.6947

#ee376f color RGB value is (238,55,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110111 01101111
Octal 356 67 157
Decimal 238 55 111
Hex EE 37 6F

RGB Percentages of Color #ee376f

%58.91
%13.61
%27.48

CMYK Percentages of Color #ee376f

%0
%77
%53
%7

Triadic Colors of #ee376f

#ee376f #6fee37 #376fee

Analogous Colors of #ee376f

#ee376f #ee5a37 #ee37cb

Monochromatic Colors of #ee376f

#ee376f

Complementary Color

#ee376f #37eeb6

#ee376f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee376f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee376f Color CSS Codes

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

#ee376f Text Font Color

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

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


#ee376f Background Color

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

This div background color is #ee376f


#ee376f Border Color

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

This div border color is #ee376f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee376f


Comments

No comments written yet.

Please login to write comment.