Color Hex Logo

#ef486e Color Hex

#EF486E
(239,72,110)
0 Favorites   0 Comments

Color spaces of #ef486e

RGB 23972110
HSL0.960.840.61
HSV346°70°94°
CMYK 0.000.700.54   0.06
XYZ40.728424.111217.2592
Yxy24.11120.49610.2937
Hunter Lab49.103262.125513.5325
CIE-Lab56.199065.752716.2420

#ef486e color RGB value is (239,72,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001000 01101110
Octal 357 110 156
Decimal 239 72 110
Hex EF 48 6E

RGB Percentages of Color #ef486e

%56.77
%17.10
%26.13

CMYK Percentages of Color #ef486e

%0
%70
%54
%6

Triadic Colors of #ef486e

#ef486e #6eef48 #486eef

Analogous Colors of #ef486e

#ef486e #ef7648 #ef48c2

Monochromatic Colors of #ef486e

#ef486e

Complementary Color

#ef486e #48efc9

#ef486e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef486e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef486e Color CSS Codes

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

#ef486e Text Font Color

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

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


#ef486e Background Color

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

This div background color is #ef486e


#ef486e Border Color

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

This div border color is #ef486e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef486e


Comments

No comments written yet.

Please login to write comment.