Color Hex Logo

#ef049a Color Hex

#EF049A
(239,4,154)
0 Favorites   0 Comments

Color spaces of #ef049a

RGB 2394154
HSL0.890.970.48
HSV322°98°94°
CMYK 0.000.980.36   0.06
XYZ41.472820.770632.3951
Yxy20.77060.43820.2195
Hunter Lab45.574882.6782-10.2417
CIE-Lab52.697583.1279-15.0730

#ef049a color RGB value is (239,4,154).

#ef049a hex color red value is 239, green value is 4 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ef049a hue: 0.89 , saturation: 0.97 and the lightness value of ef049a is 0.48.

The process color (four color CMYK) of #ef049a color hex is 0.00, 0.98, 0.36, 0.06. Web safe color of #ef049a is #ff0099. Color #ef049a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000100 10011010
Octal 357 4 232
Decimal 239 4 154
Hex EF 4 9A

RGB Percentages of Color #ef049a

%60.20
%1.01
%38.79

CMYK Percentages of Color #ef049a

%0
%98
%36
%6

Triadic Colors of #ef049a

#ef049a #9aef04 #049aef

Analogous Colors of #ef049a

#ef049a #ef0424 #cf04ef

Monochromatic Colors of #ef049a

#ef049a

Complementary Color

#ef049a #04ef59

#ef049a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef049a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef049a Color CSS Codes

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

#ef049a Text Font Color

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

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


#ef049a Background Color

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

This div background color is #ef049a


#ef049a Border Color

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

This div border color is #ef049a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef049a


Comments

No comments written yet.

Please login to write comment.