Color Hex Logo

#ef148c Color Hex

#EF148C
(239,20,140)
0 Favorites   0 Comments

Color spaces of #ef148c

RGB 23920140
HSL0.910.870.51
HSV327°92°94°
CMYK 0.000.920.41   0.06
XYZ40.580420.744526.6762
Yxy20.74450.46110.2357
Hunter Lab45.546179.3331-2.8436
CIE-Lab52.668780.5121-6.7519

#ef148c color RGB value is (239,20,140).

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

The process color (four color CMYK) of #ef148c color hex is 0.00, 0.92, 0.41, 0.06. Web safe color of #ef148c is #ff0099. Color #ef148c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010100 10001100
Octal 357 24 214
Decimal 239 20 140
Hex EF 14 8C

RGB Percentages of Color #ef148c

%59.90
%5.01
%35.09

CMYK Percentages of Color #ef148c

%0
%92
%41
%6

Triadic Colors of #ef148c

#ef148c #8cef14 #148cef

Analogous Colors of #ef148c

#ef148c #ef141e #e514ef

Monochromatic Colors of #ef148c

#ef148c

Complementary Color

#ef148c #14ef77

#ef148c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef148c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef148c Color CSS Codes

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

#ef148c Text Font Color

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

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


#ef148c Background Color

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

This div background color is #ef148c


#ef148c Border Color

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

This div border color is #ef148c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef148c


Comments

No comments written yet.

Please login to write comment.