Color Hex Logo

#ef496a Color Hex

#EF496A
(239,73,106)
0 Favorites   0 Comments

Color spaces of #ef496a

RGB 23973106
HSL0.970.840.61
HSV348°69°94°
CMYK 0.000.690.56   0.06
XYZ40.580724.156416.1595
Yxy24.15640.50160.2986
Hunter Lab49.149261.370014.9108
CIE-Lab56.244065.102118.6693

#ef496a color RGB value is (239,73,106).

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

The process color (four color CMYK) of #ef496a color hex is 0.00, 0.69, 0.56, 0.06. Web safe color of #ef496a is #ff3366. Color #ef496a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001001 01101010
Octal 357 111 152
Decimal 239 73 106
Hex EF 49 6A

RGB Percentages of Color #ef496a

%57.18
%17.46
%25.36

CMYK Percentages of Color #ef496a

%0
%69
%56
%6

Triadic Colors of #ef496a

#ef496a #6aef49 #496aef

Analogous Colors of #ef496a

#ef496a #ef7b49 #ef49bd

Monochromatic Colors of #ef496a

#ef496a

Complementary Color

#ef496a #49efce

#ef496a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef496a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef496a Color CSS Codes

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

#ef496a Text Font Color

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

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


#ef496a Background Color

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

This div background color is #ef496a


#ef496a Border Color

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

This div border color is #ef496a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef496a


Comments

No comments written yet.

Please login to write comment.