Color Hex Logo

#fd87cf Color Hex

#FD87CF
(253,135,207)
0 Favorites   0 Comments

Color spaces of #fd87cf

RGB 253135207
HSL0.900.970.76
HSV323°47°99°
CMYK 0.000.470.18   0.01
XYZ60.434542.715664.0912
Yxy42.71560.36140.2554
Hunter Lab65.357250.6804-12.3915
CIE-Lab71.361553.3926-16.9904

#fd87cf color RGB value is (253,135,207).

#fd87cf hex color red value is 253, green value is 135 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fd87cf hue: 0.90 , saturation: 0.97 and the lightness value of fd87cf is 0.76.

The process color (four color CMYK) of #fd87cf color hex is 0.00, 0.47, 0.18, 0.01. Web safe color of #fd87cf is #ff99cc. Color #fd87cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000111 11001111
Octal 375 207 317
Decimal 253 135 207
Hex FD 87 CF

RGB Percentages of Color #fd87cf

%42.52
%22.69
%34.79

CMYK Percentages of Color #fd87cf

%0
%47
%18
%1

Triadic Colors of #fd87cf

#fd87cf #cffd87 #87cffd

Analogous Colors of #fd87cf

#fd87cf #fd8794 #f087fd

Monochromatic Colors of #fd87cf

#fd87cf

Complementary Color

#fd87cf #87fdb5

#fd87cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd87cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd87cf Color CSS Codes

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

#fd87cf Text Font Color

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

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


#fd87cf Background Color

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

This div background color is #fd87cf


#fd87cf Border Color

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

This div border color is #fd87cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd87cf

Related Colors


Comments

No comments written yet.

Please login to write comment.