Color Hex Logo

#ef716e Color Hex

#EF716E
(239,113,110)
0 Favorites   0 Comments

Color spaces of #ef716e

RGB 239113110
HSL0.000.800.68
HSV54°94°
CMYK 0.000.530.54   0.06
XYZ44.316231.286818.4551
Yxy31.28680.47120.3326
Hunter Lab55.934643.537519.5920
CIE-Lab62.749048.278625.0908

#ef716e color RGB value is (239,113,110).

#ef716e hex color red value is 239, green value is 113 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ef716e hue: 0.00 , saturation: 0.80 and the lightness value of ef716e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110001 01101110
Octal 357 161 156
Decimal 239 113 110
Hex EF 71 6E

RGB Percentages of Color #ef716e

%51.73
%24.46
%23.81

CMYK Percentages of Color #ef716e

%0
%53
%54
%6

Triadic Colors of #ef716e

#ef716e #6eef71 #716eef

Analogous Colors of #ef716e

#ef716e #efb26e #ef6eac

Monochromatic Colors of #ef716e

#ef716e

Complementary Color

#ef716e #6eecef

#ef716e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef716e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef716e Color CSS Codes

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

#ef716e Text Font Color

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

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


#ef716e Background Color

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

This div background color is #ef716e


#ef716e Border Color

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

This div border color is #ef716e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef716e


Comments

No comments written yet.

Please login to write comment.