Color Hex Logo

#ef279f Color Hex

#EF279F
(239,39,159)
0 Favorites   0 Comments

Color spaces of #ef279f

RGB 23939159
HSL0.900.860.55
HSV324°84°94°
CMYK 0.000.840.33   0.06
XYZ42.580122.305034.8620
Yxy22.30500.42690.2236
Hunter Lab47.228278.2832-10.7059
CIE-Lab54.349179.3544-15.5319

#ef279f color RGB value is (239,39,159).

#ef279f hex color red value is 239, green value is 39 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ef279f hue: 0.90 , saturation: 0.86 and the lightness value of ef279f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100111 10011111
Octal 357 47 237
Decimal 239 39 159
Hex EF 27 9F

RGB Percentages of Color #ef279f

%54.69
%8.92
%36.38

CMYK Percentages of Color #ef279f

%0
%84
%33
%6

Triadic Colors of #ef279f

#ef279f #9fef27 #279fef

Analogous Colors of #ef279f

#ef279f #ef273b #db27ef

Monochromatic Colors of #ef279f

#ef279f

Complementary Color

#ef279f #27ef77

#ef279f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef279f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef279f Color CSS Codes

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

#ef279f Text Font Color

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

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


#ef279f Background Color

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

This div background color is #ef279f


#ef279f Border Color

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

This div border color is #ef279f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef279f


Comments

No comments written yet.

Please login to write comment.