Color Hex Logo

#ef78da Color Hex

#EF78DA
(239,120,218)
0 Favorites   0 Comments

Color spaces of #ef78da

RGB 239120218
HSL0.860.790.70
HSV311°50°94°
CMYK 0.000.500.09   0.06
XYZ54.968036.845670.5445
Yxy36.84560.33860.2269
Hunter Lab60.700655.4164-26.4148
CIE-Lab67.161058.1229-29.6793

#ef78da color RGB value is (239,120,218).

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

The process color (four color CMYK) of #ef78da color hex is 0.00, 0.50, 0.09, 0.06. Web safe color of #ef78da is #ff66cc. Color #ef78da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111000 11011010
Octal 357 170 332
Decimal 239 120 218
Hex EF 78 DA

RGB Percentages of Color #ef78da

%41.42
%20.80
%37.78

CMYK Percentages of Color #ef78da

%0
%50
%9
%6

Triadic Colors of #ef78da

#ef78da #daef78 #78daef

Analogous Colors of #ef78da

#ef78da #ef789f #c978ef

Monochromatic Colors of #ef78da

#ef78da

Complementary Color

#ef78da #78ef8d

#ef78da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef78da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef78da Color CSS Codes

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

#ef78da Text Font Color

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

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


#ef78da Background Color

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

This div background color is #ef78da


#ef78da Border Color

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

This div border color is #ef78da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef78da


Comments

No comments written yet.

Please login to write comment.