Color Hex Logo

#f50bba Color Hex

#F50BBA
(245,11,186)
0 Favorites   0 Comments

Color spaces of #f50bba

RGB 24511186
HSL0.880.920.50
HSV315°96°96°
CMYK 0.000.960.24   0.04
XYZ46.638823.197048.4737
Yxy23.19700.39420.1961
Hunter Lab48.163388.5644-25.9579
CIE-Lab55.274787.1538-29.8266

#f50bba color RGB value is (245,11,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001011 10111010
Octal 365 13 272
Decimal 245 11 186
Hex F5 B BA

RGB Percentages of Color #f50bba

%55.43
%2.49
%42.08

CMYK Percentages of Color #f50bba

%0
%96
%24
%4

Triadic Colors of #f50bba

#f50bba #baf50b #0bbaf5

Analogous Colors of #f50bba

#f50bba #f50b45 #bb0bf5

Monochromatic Colors of #f50bba

#f50bba

Complementary Color

#f50bba #0bf546

#f50bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50bba Color CSS Codes

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

#f50bba Text Font Color

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

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


#f50bba Background Color

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

This div background color is #f50bba


#f50bba Border Color

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

This div border color is #f50bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50bba


Comments

No comments written yet.

Please login to write comment.