Color Hex Logo

#ef378f Color Hex

#EF378F
(239,55,143)
0 Favorites   0 Comments

Color spaces of #ef378f

RGB 23955143
HSL0.920.850.58
HSV331°77°94°
CMYK 0.000.770.40   0.06
XYZ41.920723.066328.2294
Yxy23.06630.44970.2474
Hunter Lab48.027471.7558-1.2301
CIE-Lab55.140673.9578-4.8733

#ef378f color RGB value is (239,55,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110111 10001111
Octal 357 67 217
Decimal 239 55 143
Hex EF 37 8F

RGB Percentages of Color #ef378f

%54.69
%12.59
%32.72

CMYK Percentages of Color #ef378f

%0
%77
%40
%6

Triadic Colors of #ef378f

#ef378f #8fef37 #378fef

Analogous Colors of #ef378f

#ef378f #ef3b37 #ef37eb

Monochromatic Colors of #ef378f

#ef378f

Complementary Color

#ef378f #37ef97

#ef378f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef378f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef378f Color CSS Codes

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

#ef378f Text Font Color

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

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


#ef378f Background Color

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

This div background color is #ef378f


#ef378f Border Color

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

This div border color is #ef378f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef378f


Comments

No comments written yet.

Please login to write comment.