Color Hex Logo

#fc87af Color Hex

#FC87AF
(252,135,175)
0 Favorites   0 Comments

Color spaces of #fc87af

RGB 252135175
HSL0.940.950.76
HSV339°46°99°
CMYK 0.000.460.31   0.01
XYZ56.546741.118545.5138
Yxy41.11850.39490.2872
Hunter Lab64.123745.19152.8037
CIE-Lab70.258948.7206-0.8179

#fc87af color RGB value is (252,135,175).

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

The process color (four color CMYK) of #fc87af color hex is 0.00, 0.46, 0.31, 0.01. Web safe color of #fc87af is #ff9999. Color #fc87af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000111 10101111
Octal 374 207 257
Decimal 252 135 175
Hex FC 87 AF

RGB Percentages of Color #fc87af

%44.84
%24.02
%31.14

CMYK Percentages of Color #fc87af

%0
%46
%31
%1

Triadic Colors of #fc87af

#fc87af #affc87 #87affc

Analogous Colors of #fc87af

#fc87af #fc9a87 #fc87ea

Monochromatic Colors of #fc87af

#fc87af

Complementary Color

#fc87af #87fcd4

#fc87af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc87af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc87af Color CSS Codes

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

#fc87af Text Font Color

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

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


#fc87af Background Color

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

This div background color is #fc87af


#fc87af Border Color

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

This div border color is #fc87af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc87af


Comments

No comments written yet.

Please login to write comment.