Color Hex Logo

#ef149b Color Hex

#EF149B
(239,20,155)
0 Favorites   0 Comments

Color spaces of #ef149b

RGB 23920155
HSL0.900.870.51
HSV323°92°94°
CMYK 0.000.920.35   0.06
XYZ41.763221.217632.9046
Yxy21.21760.43560.2213
Hunter Lab46.062681.2298-10.1098
CIE-Lab53.186881.9019-14.9257

#ef149b color RGB value is (239,20,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010100 10011011
Octal 357 24 233
Decimal 239 20 155
Hex EF 14 9B

RGB Percentages of Color #ef149b

%57.73
%4.83
%37.44

CMYK Percentages of Color #ef149b

%0
%92
%35
%6

Triadic Colors of #ef149b

#ef149b #9bef14 #149bef

Analogous Colors of #ef149b

#ef149b #ef142d #d614ef

Monochromatic Colors of #ef149b

#ef149b

Complementary Color

#ef149b #14ef68

#ef149b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef149b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef149b Color CSS Codes

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

#ef149b Text Font Color

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

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


#ef149b Background Color

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

This div background color is #ef149b


#ef149b Border Color

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

This div border color is #ef149b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef149b


Comments

No comments written yet.

Please login to write comment.