Color Hex Logo

#ef486f Color Hex

#EF486F
(239,72,111)
0 Favorites   0 Comments

Color spaces of #ef486f

RGB 23972111
HSL0.960.840.61
HSV346°70°94°
CMYK 0.000.700.54   0.06
XYZ40.783224.133117.5476
Yxy24.13310.49460.2927
Hunter Lab49.125562.218413.2094
CIE-Lab56.220865.827515.6801

#ef486f color RGB value is (239,72,111).

#ef486f hex color red value is 239, green value is 72 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ef486f hue: 0.96 , saturation: 0.84 and the lightness value of ef486f is 0.61.

The process color (four color CMYK) of #ef486f color hex is 0.00, 0.70, 0.54, 0.06. Web safe color of #ef486f is #ff3366. Color #ef486f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001000 01101111
Octal 357 110 157
Decimal 239 72 111
Hex EF 48 6F

RGB Percentages of Color #ef486f

%56.64
%17.06
%26.30

CMYK Percentages of Color #ef486f

%0
%70
%54
%6

Triadic Colors of #ef486f

#ef486f #6fef48 #486fef

Analogous Colors of #ef486f

#ef486f #ef7548 #ef48c3

Monochromatic Colors of #ef486f

#ef486f

Complementary Color

#ef486f #48efc8

#ef486f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef486f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef486f Color CSS Codes

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

#ef486f Text Font Color

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

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


#ef486f Background Color

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

This div background color is #ef486f


#ef486f Border Color

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

This div border color is #ef486f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef486f


Comments

No comments written yet.

Please login to write comment.