Color Hex Logo

#ef78fb Color Hex

#EF78FB
(239,120,251)
0 Favorites   0 Comments

Color spaces of #ef78fb

RGB 239120251
HSL0.820.940.73
HSV295°52°98°
CMYK 0.050.520.00   0.02
XYZ59.725738.748795.5981
Yxy38.74870.30770.1997
Hunter Lab62.248562.3311-47.4807
CIE-Lab68.568863.7425-45.7024

#ef78fb color RGB value is (239,120,251).

#ef78fb hex color red value is 239, green value is 120 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ef78fb hue: 0.82 , saturation: 0.94 and the lightness value of ef78fb is 0.73.

The process color (four color CMYK) of #ef78fb color hex is 0.05, 0.52, 0.00, 0.02. Web safe color of #ef78fb is #ff66ff. Color #ef78fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111000 11111011
Octal 357 170 373
Decimal 239 120 251
Hex EF 78 FB

RGB Percentages of Color #ef78fb

%39.18
%19.67
%41.15

CMYK Percentages of Color #ef78fb

%5
%52
%0
%2

Triadic Colors of #ef78fb

#ef78fb #fbef78 #78fbef

Analogous Colors of #ef78fb

#ef78fb #fb78c6 #ae78fb

Monochromatic Colors of #ef78fb

#ef78fb

Complementary Color

#ef78fb #84fb78

#ef78fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef78fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef78fb Color CSS Codes

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

#ef78fb Text Font Color

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

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


#ef78fb Background Color

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

This div background color is #ef78fb


#ef78fb Border Color

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

This div border color is #ef78fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef78fb


Comments

No comments written yet.

Please login to write comment.