Color Hex Logo

#fc87bd Color Hex

#FC87BD
(252,135,189)
0 Favorites   0 Comments

Color spaces of #fc87bd

RGB 252135189
HSL0.920.950.76
HSV332°46°99°
CMYK 0.000.460.25   0.01
XYZ57.994241.697553.1359
Yxy41.69750.37950.2728
Hunter Lab64.573647.3088-3.5866
CIE-Lab70.661950.5417-8.0439

#fc87bd color RGB value is (252,135,189).

#fc87bd hex color red value is 252, green value is 135 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fc87bd hue: 0.92 , saturation: 0.95 and the lightness value of fc87bd is 0.76.

The process color (four color CMYK) of #fc87bd color hex is 0.00, 0.46, 0.25, 0.01. Web safe color of #fc87bd is #ff99cc. Color #fc87bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000111 10111101
Octal 374 207 275
Decimal 252 135 189
Hex FC 87 BD

RGB Percentages of Color #fc87bd

%43.75
%23.44
%32.81

CMYK Percentages of Color #fc87bd

%0
%46
%25
%1

Triadic Colors of #fc87bd

#fc87bd #bdfc87 #87bdfc

Analogous Colors of #fc87bd

#fc87bd #fc8c87 #fc87f8

Monochromatic Colors of #fc87bd

#fc87bd

Complementary Color

#fc87bd #87fcc6

#fc87bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc87bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc87bd Color CSS Codes

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

#fc87bd Text Font Color

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

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


#fc87bd Background Color

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

This div background color is #fc87bd


#fc87bd Border Color

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

This div border color is #fc87bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc87bd

Related Colors


Comments

No comments written yet.

Please login to write comment.