Color Hex Logo

#ef77bf Color Hex

#EF77BF
(239,119,191)
0 Favorites   0 Comments

Color spaces of #ef77bf

RGB 239119191
HSL0.900.790.70
HSV324°50°94°
CMYK 0.000.500.20   0.06
XYZ51.597435.306053.3855
Yxy35.30600.36780.2517
Hunter Lab59.418951.0206-11.6765
CIE-Lab65.986254.4918-16.3515

#ef77bf color RGB value is (239,119,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110111 10111111
Octal 357 167 277
Decimal 239 119 191
Hex EF 77 BF

RGB Percentages of Color #ef77bf

%43.53
%21.68
%34.79

CMYK Percentages of Color #ef77bf

%0
%50
%20
%6

Triadic Colors of #ef77bf

#ef77bf #bfef77 #77bfef

Analogous Colors of #ef77bf

#ef77bf #ef7783 #e377ef

Monochromatic Colors of #ef77bf

#ef77bf

Complementary Color

#ef77bf #77efa7

#ef77bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef77bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef77bf Color CSS Codes

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

#ef77bf Text Font Color

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

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


#ef77bf Background Color

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

This div background color is #ef77bf


#ef77bf Border Color

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

This div border color is #ef77bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef77bf


Comments

No comments written yet.

Please login to write comment.