Color Hex Logo

#fb87cf Color Hex

#FB87CF
(251,135,207)
0 Favorites   0 Comments

Color spaces of #fb87cf

RGB 251135207
HSL0.900.940.76
HSV323°46°98°
CMYK 0.000.460.18   0.02
XYZ59.710142.342264.0573
Yxy42.34220.35950.2549
Hunter Lab65.070949.9205-12.8168
CIE-Lab71.106252.7683-17.4010

#fb87cf color RGB value is (251,135,207).

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

The process color (four color CMYK) of #fb87cf color hex is 0.00, 0.46, 0.18, 0.02. Web safe color of #fb87cf is #ff99cc. Color #fb87cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000111 11001111
Octal 373 207 317
Decimal 251 135 207
Hex FB 87 CF

RGB Percentages of Color #fb87cf

%42.33
%22.77
%34.91

CMYK Percentages of Color #fb87cf

%0
%46
%18
%2

Triadic Colors of #fb87cf

#fb87cf #cffb87 #87cffb

Analogous Colors of #fb87cf

#fb87cf #fb8795 #ed87fb

Monochromatic Colors of #fb87cf

#fb87cf

Complementary Color

#fb87cf #87fbb3

#fb87cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb87cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb87cf Color CSS Codes

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

#fb87cf Text Font Color

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

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


#fb87cf Background Color

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

This div background color is #fb87cf


#fb87cf Border Color

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

This div border color is #fb87cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb87cf


Comments

No comments written yet.

Please login to write comment.