Color Hex Logo

#f50cbb Color Hex

#F50CBB
(245,12,187)
0 Favorites   0 Comments

Color spaces of #f50cbb

RGB 24512187
HSL0.870.920.50
HSV315°95°96°
CMYK 0.000.950.24   0.04
XYZ46.757323.263349.0396
Yxy23.26330.39270.1954
Hunter Lab48.232088.6361-26.5203
CIE-Lab55.342587.1951-30.3016

#f50cbb color RGB value is (245,12,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001100 10111011
Octal 365 14 273
Decimal 245 12 187
Hex F5 C BB

RGB Percentages of Color #f50cbb

%55.18
%2.70
%42.12

CMYK Percentages of Color #f50cbb

%0
%95
%24
%4

Triadic Colors of #f50cbb

#f50cbb #bbf50c #0cbbf5

Analogous Colors of #f50cbb

#f50cbb #f50c46 #bb0cf5

Monochromatic Colors of #f50cbb

#f50cbb

Complementary Color

#f50cbb #0cf546

#f50cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50cbb Color CSS Codes

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

#f50cbb Text Font Color

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

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


#f50cbb Background Color

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

This div background color is #f50cbb


#f50cbb Border Color

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

This div border color is #f50cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50cbb


Comments

No comments written yet.

Please login to write comment.