Color Hex Logo

#fb50bc Color Hex

#FB50BC
(251,80,188)
0 Favorites   0 Comments

Color spaces of #fb50bc

RGB 25180188
HSL0.890.960.65
HSV322°68°98°
CMYK 0.000.680.25   0.02
XYZ51.729429.877450.6174
Yxy29.87740.39120.2260
Hunter Lab54.660273.2736-16.6426
CIE-Lab61.548373.9683-21.2288

#fb50bc color RGB value is (251,80,188).

#fb50bc hex color red value is 251, green value is 80 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fb50bc hue: 0.89 , saturation: 0.96 and the lightness value of fb50bc is 0.65.

The process color (four color CMYK) of #fb50bc color hex is 0.00, 0.68, 0.25, 0.02. Web safe color of #fb50bc is #ff66cc. Color #fb50bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010000 10111100
Octal 373 120 274
Decimal 251 80 188
Hex FB 50 BC

RGB Percentages of Color #fb50bc

%48.36
%15.41
%36.22

CMYK Percentages of Color #fb50bc

%0
%68
%25
%2

Triadic Colors of #fb50bc

#fb50bc #bcfb50 #50bcfb

Analogous Colors of #fb50bc

#fb50bc #fb5067 #e550fb

Monochromatic Colors of #fb50bc

#fb50bc

Complementary Color

#fb50bc #50fb8f

#fb50bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb50bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb50bc Color CSS Codes

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

#fb50bc Text Font Color

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

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


#fb50bc Background Color

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

This div background color is #fb50bc


#fb50bc Border Color

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

This div border color is #fb50bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,80,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb50bc


Comments

No comments written yet.

Please login to write comment.