Color Hex Logo

#ef498a Color Hex

#EF498A
(239,73,138)
0 Favorites   0 Comments

Color spaces of #ef498a

RGB 23973138
HSL0.930.840.61
HSV337°69°94°
CMYK 0.000.690.42   0.06
XYZ42.566624.950826.6172
Yxy24.95080.45220.2651
Hunter Lab49.950864.69873.3718
CIE-Lab57.027567.76940.8554

#ef498a color RGB value is (239,73,138).

#ef498a hex color red value is 239, green value is 73 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ef498a hue: 0.93 , saturation: 0.84 and the lightness value of ef498a is 0.61.

The process color (four color CMYK) of #ef498a color hex is 0.00, 0.69, 0.42, 0.06. Web safe color of #ef498a is #ff3399. Color #ef498a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001001 10001010
Octal 357 111 212
Decimal 239 73 138
Hex EF 49 8A

RGB Percentages of Color #ef498a

%53.11
%16.22
%30.67

CMYK Percentages of Color #ef498a

%0
%69
%42
%6

Triadic Colors of #ef498a

#ef498a #8aef49 #498aef

Analogous Colors of #ef498a

#ef498a #ef5b49 #ef49dd

Monochromatic Colors of #ef498a

#ef498a

Complementary Color

#ef498a #49efae

#ef498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef498a Color CSS Codes

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

#ef498a Text Font Color

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

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


#ef498a Background Color

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

This div background color is #ef498a


#ef498a Border Color

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

This div border color is #ef498a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef498a


Comments

No comments written yet.

Please login to write comment.