Color Hex Logo

#ef786e Color Hex

#EF786E
(239,120,110)
0 Favorites   0 Comments

Color spaces of #ef786e

RGB 239120110
HSL0.010.800.68
HSV54°94°
CMYK 0.000.500.54   0.06
XYZ45.127532.909518.7255
Yxy32.90950.46640.3401
Hunter Lab57.366840.024820.8035
CIE-Lab64.087644.860626.8608

#ef786e color RGB value is (239,120,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111000 01101110
Octal 357 170 156
Decimal 239 120 110
Hex EF 78 6E

RGB Percentages of Color #ef786e

%50.96
%25.59
%23.45

CMYK Percentages of Color #ef786e

%0
%50
%54
%6

Triadic Colors of #ef786e

#ef786e #6eef78 #786eef

Analogous Colors of #ef786e

#ef786e #efb96e #ef6ea5

Monochromatic Colors of #ef786e

#ef786e

Complementary Color

#ef786e #6ee5ef

#ef786e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef786e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef786e Color CSS Codes

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

#ef786e Text Font Color

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

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


#ef786e Background Color

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

This div background color is #ef786e


#ef786e Border Color

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

This div border color is #ef786e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef786e


Comments

No comments written yet.

Please login to write comment.