Color Hex Logo

#fc87ad Color Hex

#FC87AD
(252,135,173)
0 Favorites   0 Comments

Color spaces of #fc87ad

RGB 252135173
HSL0.950.950.76
HSV341°46°99°
CMYK 0.000.460.31   0.01
XYZ56.351741.040544.4867
Yxy41.04050.39720.2893
Hunter Lab64.062944.90423.6717
CIE-Lab70.204348.47190.2214

#fc87ad color RGB value is (252,135,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000111 10101101
Octal 374 207 255
Decimal 252 135 173
Hex FC 87 AD

RGB Percentages of Color #fc87ad

%45.00
%24.11
%30.89

CMYK Percentages of Color #fc87ad

%0
%46
%31
%1

Triadic Colors of #fc87ad

#fc87ad #adfc87 #87adfc

Analogous Colors of #fc87ad

#fc87ad #fc9c87 #fc87e8

Monochromatic Colors of #fc87ad

#fc87ad

Complementary Color

#fc87ad #87fcd6

#fc87ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc87ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc87ad Color CSS Codes

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

#fc87ad Text Font Color

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

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


#fc87ad Background Color

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

This div background color is #fc87ad


#fc87ad Border Color

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

This div border color is #fc87ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc87ad


Comments

No comments written yet.

Please login to write comment.