Color Hex Logo

#ef124e Color Hex

#EF124E
(239,18,78)
0 Favorites   0 Comments

Color spaces of #ef124e

RGB 2391878
HSL0.950.870.50
HSV344°92°94°
CMYK 0.000.920.67   0.06
XYZ37.188119.33348.9794
Yxy19.33340.56770.2952
Hunter Lab43.969874.022018.6708
CIE-Lab51.075076.583828.5918

#ef124e color RGB value is (239,18,78).

#ef124e hex color red value is 239, green value is 18 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ef124e hue: 0.95 , saturation: 0.87 and the lightness value of ef124e is 0.50.

The process color (four color CMYK) of #ef124e color hex is 0.00, 0.92, 0.67, 0.06. Web safe color of #ef124e is #ff0066. Color #ef124e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010010 01001110
Octal 357 22 116
Decimal 239 18 78
Hex EF 12 4E

RGB Percentages of Color #ef124e

%71.34
%5.37
%23.28

CMYK Percentages of Color #ef124e

%0
%92
%67
%6

Triadic Colors of #ef124e

#ef124e #4eef12 #124eef

Analogous Colors of #ef124e

#ef124e #ef4412 #ef12bd

Monochromatic Colors of #ef124e

#ef124e

Complementary Color

#ef124e #12efb3

#ef124e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef124e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef124e Color CSS Codes

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

#ef124e Text Font Color

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

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


#ef124e Background Color

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

This div background color is #ef124e


#ef124e Border Color

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

This div border color is #ef124e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef124e


Comments

No comments written yet.

Please login to write comment.