Color Hex Logo

#f50ebb Color Hex

#F50EBB
(245,14,187)
0 Favorites   0 Comments

Color spaces of #f50ebb

RGB 24514187
HSL0.880.920.51
HSV315°94°96°
CMYK 0.000.940.24   0.04
XYZ46.782923.314449.0481
Yxy23.31440.39270.1957
Hunter Lab48.285088.4484-26.4275
CIE-Lab55.394787.0421-30.2204

#f50ebb color RGB value is (245,14,187).

#f50ebb hex color red value is 245, green value is 14 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f50ebb hue: 0.88 , saturation: 0.92 and the lightness value of f50ebb is 0.51.

The process color (four color CMYK) of #f50ebb color hex is 0.00, 0.94, 0.24, 0.04. Web safe color of #f50ebb is #ff00cc. Color #f50ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001110 10111011
Octal 365 16 273
Decimal 245 14 187
Hex F5 E BB

RGB Percentages of Color #f50ebb

%54.93
%3.14
%41.93

CMYK Percentages of Color #f50ebb

%0
%94
%24
%4

Triadic Colors of #f50ebb

#f50ebb #bbf50e #0ebbf5

Analogous Colors of #f50ebb

#f50ebb #f50e47 #bc0ef5

Monochromatic Colors of #f50ebb

#f50ebb

Complementary Color

#f50ebb #0ef548

#f50ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50ebb Color CSS Codes

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

#f50ebb Text Font Color

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

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


#f50ebb Background Color

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

This div background color is #f50ebb


#f50ebb Border Color

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

This div border color is #f50ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,14,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f50ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f50ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #f50ebb;
  box-shadow:         1px 1px 3px 2px #f50ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,14,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50ebb


Comments

No comments written yet.

Please login to write comment.