Color Hex Logo

#ef144f Color Hex

#EF144F
(239,20,79)
0 Favorites   0 Comments

Color spaces of #ef144f

RGB 2392079
HSL0.960.870.51
HSV344°92°94°
CMYK 0.000.920.67   0.06
XYZ37.258019.41559.1810
Yxy19.41550.56580.2948
Hunter Lab44.063073.822518.4904
CIE-Lab51.169876.404128.1086

#ef144f color RGB value is (239,20,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010100 01001111
Octal 357 24 117
Decimal 239 20 79
Hex EF 14 4F

RGB Percentages of Color #ef144f

%70.71
%5.92
%23.37

CMYK Percentages of Color #ef144f

%0
%92
%67
%6

Triadic Colors of #ef144f

#ef144f #4fef14 #144fef

Analogous Colors of #ef144f

#ef144f #ef4614 #ef14bd

Monochromatic Colors of #ef144f

#ef144f

Complementary Color

#ef144f #14efb4

#ef144f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef144f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef144f Color CSS Codes

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

#ef144f Text Font Color

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

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


#ef144f Background Color

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

This div background color is #ef144f


#ef144f Border Color

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

This div border color is #ef144f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef144f


Comments

No comments written yet.

Please login to write comment.