Color Hex Logo

#ef379f Color Hex

#EF379F
(239,55,159)
0 Favorites   0 Comments

Color spaces of #ef379f

RGB 23955159
HSL0.910.850.58
HSV326°77°94°
CMYK 0.000.770.33   0.06
XYZ43.220823.586335.0755
Yxy23.58630.42420.2315
Hunter Lab48.565773.8651-8.8249
CIE-Lab55.671275.5652-13.5312

#ef379f color RGB value is (239,55,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110111 10011111
Octal 357 67 237
Decimal 239 55 159
Hex EF 37 9F

RGB Percentages of Color #ef379f

%52.76
%12.14
%35.10

CMYK Percentages of Color #ef379f

%0
%77
%33
%6

Triadic Colors of #ef379f

#ef379f #9fef37 #379fef

Analogous Colors of #ef379f

#ef379f #ef3743 #e337ef

Monochromatic Colors of #ef379f

#ef379f

Complementary Color

#ef379f #37ef87

#ef379f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef379f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef379f Color CSS Codes

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

#ef379f Text Font Color

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

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


#ef379f Background Color

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

This div background color is #ef379f


#ef379f Border Color

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

This div border color is #ef379f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef379f


Comments

No comments written yet.

Please login to write comment.