Color Hex Logo

#ee378f Color Hex

#EE378F
(238,55,143)
0 Favorites   0 Comments

Color spaces of #ee378f

RGB 23855143
HSL0.920.840.57
HSV331°77°93°
CMYK 0.000.770.40   0.07
XYZ41.584022.892728.2136
Yxy22.89270.44860.2470
Hunter Lab47.846371.4062-1.4692
CIE-Lab54.961673.7073-5.1580

#ee378f color RGB value is (238,55,143).

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

The process color (four color CMYK) of #ee378f color hex is 0.00, 0.77, 0.40, 0.07. Web safe color of #ee378f is #ff3399. Color #ee378f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110111 10001111
Octal 356 67 217
Decimal 238 55 143
Hex EE 37 8F

RGB Percentages of Color #ee378f

%54.59
%12.61
%32.80

CMYK Percentages of Color #ee378f

%0
%77
%40
%7

Triadic Colors of #ee378f

#ee378f #8fee37 #378fee

Analogous Colors of #ee378f

#ee378f #ee3a37 #ee37eb

Monochromatic Colors of #ee378f

#ee378f

Complementary Color

#ee378f #37ee96

#ee378f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee378f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee378f Color CSS Codes

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

#ee378f Text Font Color

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

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


#ee378f Background Color

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

This div background color is #ee378f


#ee378f Border Color

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

This div border color is #ee378f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee378f


Comments

No comments written yet.

Please login to write comment.