Color Hex Logo

#fb56bc Color Hex

#FB56BC
(251,86,188)
0 Favorites   0 Comments

Color spaces of #fb56bc

RGB 25186188
HSL0.900.950.66
HSV323°66°98°
CMYK 0.000.660.25   0.02
XYZ52.188530.795650.7705
Yxy30.79560.39020.2302
Hunter Lab55.493870.7542-15.3980
CIE-Lab62.334771.7827-20.0290

#fb56bc color RGB value is (251,86,188).

#fb56bc hex color red value is 251, green value is 86 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fb56bc hue: 0.90 , saturation: 0.95 and the lightness value of fb56bc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010110 10111100
Octal 373 126 274
Decimal 251 86 188
Hex FB 56 BC

RGB Percentages of Color #fb56bc

%47.81
%16.38
%35.81

CMYK Percentages of Color #fb56bc

%0
%66
%25
%2

Triadic Colors of #fb56bc

#fb56bc #bcfb56 #56bcfb

Analogous Colors of #fb56bc

#fb56bc #fb566a #e856fb

Monochromatic Colors of #fb56bc

#fb56bc

Complementary Color

#fb56bc #56fb95

#fb56bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb56bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb56bc Color CSS Codes

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

#fb56bc Text Font Color

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

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


#fb56bc Background Color

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

This div background color is #fb56bc


#fb56bc Border Color

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

This div border color is #fb56bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb56bc


Comments

No comments written yet.

Please login to write comment.