Color Hex Logo

#ef129d Color Hex

#EF129D
(239,18,157)
0 Favorites   0 Comments

Color spaces of #ef129d

RGB 23918157
HSL0.900.870.50
HSV322°92°94°
CMYK 0.000.920.34   0.06
XYZ41.898721.217733.7854
Yxy21.21770.43240.2190
Hunter Lab46.062781.7543-11.2433
CIE-Lab53.186982.3120-16.1125

#ef129d color RGB value is (239,18,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010010 10011101
Octal 357 22 235
Decimal 239 18 157
Hex EF 12 9D

RGB Percentages of Color #ef129d

%57.73
%4.35
%37.92

CMYK Percentages of Color #ef129d

%0
%92
%34
%6

Triadic Colors of #ef129d

#ef129d #9def12 #129def

Analogous Colors of #ef129d

#ef129d #ef122f #d312ef

Monochromatic Colors of #ef129d

#ef129d

Complementary Color

#ef129d #12ef64

#ef129d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef129d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef129d Color CSS Codes

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

#ef129d Text Font Color

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

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


#ef129d Background Color

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

This div background color is #ef129d


#ef129d Border Color

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

This div border color is #ef129d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,18,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 #ef129d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef129d


Comments

No comments written yet.

Please login to write comment.