Color Hex Logo

#ef124d Color Hex

#EF124D
(239,18,77)
0 Favorites   0 Comments

Color spaces of #ef124d

RGB 2391877
HSL0.960.870.50
HSV344°92°94°
CMYK 0.000.920.68   0.06
XYZ37.152519.31928.7920
Yxy19.31920.56930.2960
Hunter Lab43.953673.961218.9078
CIE-Lab51.058676.537929.1734

#ef124d color RGB value is (239,18,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010010 01001101
Octal 357 22 115
Decimal 239 18 77
Hex EF 12 4D

RGB Percentages of Color #ef124d

%71.56
%5.39
%23.05

CMYK Percentages of Color #ef124d

%0
%92
%68
%6

Triadic Colors of #ef124d

#ef124d #4def12 #124def

Analogous Colors of #ef124d

#ef124d #ef4512 #ef12bc

Monochromatic Colors of #ef124d

#ef124d

Complementary Color

#ef124d #12efb4

#ef124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef124d Color CSS Codes

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

#ef124d Text Font Color

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

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


#ef124d Background Color

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

This div background color is #ef124d


#ef124d Border Color

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

This div border color is #ef124d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef124d


Comments

No comments written yet.

Please login to write comment.