Color Hex Logo

#ef78ae Color Hex

#EF78AE
(239,120,174)
0 Favorites   0 Comments

Color spaces of #ef78ae

RGB 239120174
HSL0.920.790.70
HSV333°50°94°
CMYK 0.000.500.27   0.06
XYZ49.953134.839744.1363
Yxy34.83970.38740.2702
Hunter Lab59.025247.7708-3.0167
CIE-Lab65.623751.6749-7.2855

#ef78ae color RGB value is (239,120,174).

#ef78ae hex color red value is 239, green value is 120 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ef78ae hue: 0.92 , saturation: 0.79 and the lightness value of ef78ae is 0.70.

The process color (four color CMYK) of #ef78ae color hex is 0.00, 0.50, 0.27, 0.06. Web safe color of #ef78ae is #ff6699. Color #ef78ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111000 10101110
Octal 357 170 256
Decimal 239 120 174
Hex EF 78 AE

RGB Percentages of Color #ef78ae

%44.84
%22.51
%32.65

CMYK Percentages of Color #ef78ae

%0
%50
%27
%6

Triadic Colors of #ef78ae

#ef78ae #aeef78 #78aeef

Analogous Colors of #ef78ae

#ef78ae #ef7e78 #ef78ea

Monochromatic Colors of #ef78ae

#ef78ae

Complementary Color

#ef78ae #78efb9

#ef78ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef78ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef78ae Color CSS Codes

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

#ef78ae Text Font Color

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

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


#ef78ae Background Color

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

This div background color is #ef78ae


#ef78ae Border Color

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

This div border color is #ef78ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef78ae


Comments

No comments written yet.

Please login to write comment.