Color Hex Logo

#ef498f Color Hex

#EF498F
(239,73,143)
0 Favorites   0 Comments

Color spaces of #ef498f

RGB 23973143
HSL0.930.840.61
HSV335°69°94°
CMYK 0.000.690.40   0.06
XYZ42.937125.099028.5682
Yxy25.09900.44450.2598
Hunter Lab50.098965.30981.2599
CIE-Lab57.171868.2541-1.8794

#ef498f color RGB value is (239,73,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001001 10001111
Octal 357 111 217
Decimal 239 73 143
Hex EF 49 8F

RGB Percentages of Color #ef498f

%52.53
%16.04
%31.43

CMYK Percentages of Color #ef498f

%0
%69
%40
%6

Triadic Colors of #ef498f

#ef498f #8fef49 #498fef

Analogous Colors of #ef498f

#ef498f #ef5649 #ef49e2

Monochromatic Colors of #ef498f

#ef498f

Complementary Color

#ef498f #49efa9

#ef498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef498f Color CSS Codes

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

#ef498f Text Font Color

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

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


#ef498f Background Color

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

This div background color is #ef498f


#ef498f Border Color

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

This div border color is #ef498f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef498f


Comments

No comments written yet.

Please login to write comment.