Color Hex Logo

#ef149d Color Hex

#EF149D
(239,20,157)
0 Favorites   0 Comments

Color spaces of #ef149d

RGB 23920157
HSL0.900.870.51
HSV322°92°94°
CMYK 0.000.920.34   0.06
XYZ41.932621.285433.7967
Yxy21.28540.43220.2194
Hunter Lab46.136181.4985-11.1372
CIE-Lab53.260482.0978-16.0008

#ef149d color RGB value is (239,20,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010100 10011101
Octal 357 24 235
Decimal 239 20 157
Hex EF 14 9D

RGB Percentages of Color #ef149d

%57.45
%4.81
%37.74

CMYK Percentages of Color #ef149d

%0
%92
%34
%6

Triadic Colors of #ef149d

#ef149d #9def14 #149def

Analogous Colors of #ef149d

#ef149d #ef1430 #d414ef

Monochromatic Colors of #ef149d

#ef149d

Complementary Color

#ef149d #14ef66

#ef149d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef149d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef149d Color CSS Codes

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

#ef149d Text Font Color

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

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


#ef149d Background Color

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

This div background color is #ef149d


#ef149d Border Color

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

This div border color is #ef149d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef149d


Comments

No comments written yet.

Please login to write comment.