Color Hex Logo

#fc55bd Color Hex

#FC55BD
(252,85,189)
0 Favorites   0 Comments

Color spaces of #fc55bd

RGB 25285189
HSL0.900.970.66
HSV323°66°99°
CMYK 0.000.660.25   0.01
XYZ52.578730.866651.3308
Yxy30.86660.39010.2290
Hunter Lab55.557771.7028-15.8887
CIE-Lab62.394972.5413-20.4937

#fc55bd color RGB value is (252,85,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010101 10111101
Octal 374 125 275
Decimal 252 85 189
Hex FC 55 BD

RGB Percentages of Color #fc55bd

%47.91
%16.16
%35.93

CMYK Percentages of Color #fc55bd

%0
%66
%25
%1

Triadic Colors of #fc55bd

#fc55bd #bdfc55 #55bdfc

Analogous Colors of #fc55bd

#fc55bd #fc556a #e855fc

Monochromatic Colors of #fc55bd

#fc55bd

Complementary Color

#fc55bd #55fc94

#fc55bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc55bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc55bd Color CSS Codes

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

#fc55bd Text Font Color

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

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


#fc55bd Background Color

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

This div background color is #fc55bd


#fc55bd Border Color

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

This div border color is #fc55bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,85,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc55bd


Comments

No comments written yet.

Please login to write comment.