Color Hex Logo

#ef556e Color Hex

#EF556E
(239,85,110)
0 Favorites   0 Comments

Color spaces of #ef556e

RGB 23985110
HSL0.970.830.64
HSV350°64°94°
CMYK 0.000.640.54   0.06
XYZ41.659625.973517.5695
Yxy25.97350.48890.3048
Hunter Lab50.964256.723715.2352
CIE-Lab58.011960.789618.7229

#ef556e color RGB value is (239,85,110).

#ef556e hex color red value is 239, green value is 85 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ef556e hue: 0.97 , saturation: 0.83 and the lightness value of ef556e is 0.64.

The process color (four color CMYK) of #ef556e color hex is 0.00, 0.64, 0.54, 0.06. Web safe color of #ef556e is #ff6666. Color #ef556e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010101 01101110
Octal 357 125 156
Decimal 239 85 110
Hex EF 55 6E

RGB Percentages of Color #ef556e

%55.07
%19.59
%25.35

CMYK Percentages of Color #ef556e

%0
%64
%54
%6

Triadic Colors of #ef556e

#ef556e #6eef55 #556eef

Analogous Colors of #ef556e

#ef556e #ef8955 #ef55bb

Monochromatic Colors of #ef556e

#ef556e

Complementary Color

#ef556e #55efd6

#ef556e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef556e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef556e Color CSS Codes

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

#ef556e Text Font Color

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

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


#ef556e Background Color

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

This div background color is #ef556e


#ef556e Border Color

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

This div border color is #ef556e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef556e


Comments

No comments written yet.

Please login to write comment.