Color Hex Logo

#ef546a Color Hex

#EF546A
(239,84,106)
0 Favorites   0 Comments

Color spaces of #ef546a

RGB 23984106
HSL0.980.830.63
HSV351°65°94°
CMYK 0.000.650.56   0.06
XYZ41.368425.732016.4221
Yxy25.73200.49530.3081
Hunter Lab50.726756.797716.3144
CIE-Lab57.781860.894420.7500

#ef546a color RGB value is (239,84,106).

#ef546a hex color red value is 239, green value is 84 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ef546a hue: 0.98 , saturation: 0.83 and the lightness value of ef546a is 0.63.

The process color (four color CMYK) of #ef546a color hex is 0.00, 0.65, 0.56, 0.06. Web safe color of #ef546a is #ff6666. Color #ef546a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010100 01101010
Octal 357 124 152
Decimal 239 84 106
Hex EF 54 6A

RGB Percentages of Color #ef546a

%55.71
%19.58
%24.71

CMYK Percentages of Color #ef546a

%0
%65
%56
%6

Triadic Colors of #ef546a

#ef546a #6aef54 #546aef

Analogous Colors of #ef546a

#ef546a #ef8c54 #ef54b8

Monochromatic Colors of #ef546a

#ef546a

Complementary Color

#ef546a #54efd9

#ef546a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef546a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef546a Color CSS Codes

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

#ef546a Text Font Color

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

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


#ef546a Background Color

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

This div background color is #ef546a


#ef546a Border Color

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

This div border color is #ef546a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef546a


Comments

No comments written yet.

Please login to write comment.