Color Hex Logo

#fb57bc Color Hex

#FB57BC
(251,87,188)
0 Favorites   0 Comments

Color spaces of #fb57bc

RGB 25187188
HSL0.900.950.66
HSV323°65°98°
CMYK 0.000.650.25   0.02
XYZ52.269030.956550.7973
Yxy30.95650.39000.2310
Hunter Lab55.638670.3222-15.1840
CIE-Lab62.470971.4061-19.8214

#fb57bc color RGB value is (251,87,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010111 10111100
Octal 373 127 274
Decimal 251 87 188
Hex FB 57 BC

RGB Percentages of Color #fb57bc

%47.72
%16.54
%35.74

CMYK Percentages of Color #fb57bc

%0
%65
%25
%2

Triadic Colors of #fb57bc

#fb57bc #bcfb57 #57bcfb

Analogous Colors of #fb57bc

#fb57bc #fb576a #e857fb

Monochromatic Colors of #fb57bc

#fb57bc

Complementary Color

#fb57bc #57fb96

#fb57bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb57bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb57bc Color CSS Codes

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

#fb57bc Text Font Color

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

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


#fb57bc Background Color

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

This div background color is #fb57bc


#fb57bc Border Color

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

This div border color is #fb57bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb57bc


Comments

No comments written yet.

Please login to write comment.