Color Hex Logo

#ef50bf Color Hex

#EF50BF
(239,80,191)
0 Favorites   0 Comments

Color spaces of #ef50bf

RGB 23980191
HSL0.880.830.63
HSV318°67°94°
CMYK 0.000.670.20   0.06
XYZ47.869227.849652.1427
Yxy27.84960.37440.2178
Hunter Lab52.772769.5619-21.6413
CIE-Lab59.752671.2903-25.8657

#ef50bf color RGB value is (239,80,191).

#ef50bf hex color red value is 239, green value is 80 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ef50bf hue: 0.88 , saturation: 0.83 and the lightness value of ef50bf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010000 10111111
Octal 357 120 277
Decimal 239 80 191
Hex EF 50 BF

RGB Percentages of Color #ef50bf

%46.86
%15.69
%37.45

CMYK Percentages of Color #ef50bf

%0
%67
%20
%6

Triadic Colors of #ef50bf

#ef50bf #bfef50 #50bfef

Analogous Colors of #ef50bf

#ef50bf #ef5070 #d050ef

Monochromatic Colors of #ef50bf

#ef50bf

Complementary Color

#ef50bf #50ef80

#ef50bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef50bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef50bf Color CSS Codes

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

#ef50bf Text Font Color

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

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


#ef50bf Background Color

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

This div background color is #ef50bf


#ef50bf Border Color

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

This div border color is #ef50bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef50bf


Comments

No comments written yet.

Please login to write comment.