Color Hex Logo

#ef498e Color Hex

#EF498E
(239,73,142)
0 Favorites   0 Comments

Color spaces of #ef498e

RGB 23973142
HSL0.930.840.61
HSV335°69°94°
CMYK 0.000.690.41   0.06
XYZ42.861625.068828.1709
Yxy25.06880.44600.2609
Hunter Lab50.068865.18551.6889
CIE-Lab57.142468.1557-1.3337

#ef498e color RGB value is (239,73,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001001 10001110
Octal 357 111 216
Decimal 239 73 142
Hex EF 49 8E

RGB Percentages of Color #ef498e

%52.64
%16.08
%31.28

CMYK Percentages of Color #ef498e

%0
%69
%41
%6

Triadic Colors of #ef498e

#ef498e #8eef49 #498eef

Analogous Colors of #ef498e

#ef498e #ef5749 #ef49e1

Monochromatic Colors of #ef498e

#ef498e

Complementary Color

#ef498e #49efaa

#ef498e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef498e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef498e Color CSS Codes

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

#ef498e Text Font Color

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

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


#ef498e Background Color

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

This div background color is #ef498e


#ef498e Border Color

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

This div border color is #ef498e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef498e


Comments

No comments written yet.

Please login to write comment.