Color Hex Logo

#fc57bb Color Hex

#FC57BB
(252,87,187)
0 Favorites   0 Comments

Color spaces of #fc57bb

RGB 25287187
HSL0.900.960.66
HSV324°65°99°
CMYK 0.000.650.26   0.01
XYZ52.522731.099750.2483
Yxy31.09970.39230.2323
Hunter Lab55.767170.5228-14.3856
CIE-Lab62.591771.5471-19.0523

#fc57bb color RGB value is (252,87,187).

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

The process color (four color CMYK) of #fc57bb color hex is 0.00, 0.65, 0.26, 0.01. Web safe color of #fc57bb is #ff66cc. Color #fc57bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010111 10111011
Octal 374 127 273
Decimal 252 87 187
Hex FC 57 BB

RGB Percentages of Color #fc57bb

%47.91
%16.54
%35.55

CMYK Percentages of Color #fc57bb

%0
%65
%26
%1

Triadic Colors of #fc57bb

#fc57bb #bbfc57 #57bbfc

Analogous Colors of #fc57bb

#fc57bb #fc5769 #eb57fc

Monochromatic Colors of #fc57bb

#fc57bb

Complementary Color

#fc57bb #57fc98

#fc57bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc57bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc57bb Color CSS Codes

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

#fc57bb Text Font Color

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

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


#fc57bb Background Color

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

This div background color is #fc57bb


#fc57bb Border Color

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

This div border color is #fc57bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc57bb


Comments

No comments written yet.

Please login to write comment.