Color Hex Logo

#ef76fb Color Hex

#EF76FB
(239,118,251)
0 Favorites   0 Comments

Color spaces of #ef76fb

RGB 239118251
HSL0.820.940.72
HSV295°53°98°
CMYK 0.050.530.00   0.02
XYZ59.487638.272695.5188
Yxy38.27260.30780.1980
Hunter Lab61.864963.3774-48.2379
CIE-Lab68.221064.6718-46.2490

#ef76fb color RGB value is (239,118,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110110 11111011
Octal 357 166 373
Decimal 239 118 251
Hex EF 76 FB

RGB Percentages of Color #ef76fb

%39.31
%19.41
%41.28

CMYK Percentages of Color #ef76fb

%5
%53
%0
%2

Triadic Colors of #ef76fb

#ef76fb #fbef76 #76fbef

Analogous Colors of #ef76fb

#ef76fb #fb76c5 #ad76fb

Monochromatic Colors of #ef76fb

#ef76fb

Complementary Color

#ef76fb #82fb76

#ef76fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef76fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef76fb Color CSS Codes

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

#ef76fb Text Font Color

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

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


#ef76fb Background Color

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

This div background color is #ef76fb


#ef76fb Border Color

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

This div border color is #ef76fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef76fb


Comments

No comments written yet.

Please login to write comment.