Color Hex Logo

#ef138a Color Hex

#EF138A
(239,19,138)
0 Favorites   0 Comments

Color spaces of #ef138a

RGB 23919138
HSL0.910.870.51
HSV328°92°94°
CMYK 0.000.920.42   0.06
XYZ40.416920.651425.9007
Yxy20.65140.46470.2375
Hunter Lab45.443879.2280-1.9817
CIE-Lab52.565880.4492-5.7047

#ef138a color RGB value is (239,19,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010011 10001010
Octal 357 23 212
Decimal 239 19 138
Hex EF 13 8A

RGB Percentages of Color #ef138a

%60.35
%4.80
%34.85

CMYK Percentages of Color #ef138a

%0
%92
%42
%6

Triadic Colors of #ef138a

#ef138a #8aef13 #138aef

Analogous Colors of #ef138a

#ef138a #ef131c #e613ef

Monochromatic Colors of #ef138a

#ef138a

Complementary Color

#ef138a #13ef78

#ef138a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef138a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef138a Color CSS Codes

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

#ef138a Text Font Color

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

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


#ef138a Background Color

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

This div background color is #ef138a


#ef138a Border Color

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

This div border color is #ef138a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef138a


Comments

No comments written yet.

Please login to write comment.