Color Hex Logo

#fb87cd Color Hex

#FB87CD
(251,135,205)
0 Favorites   0 Comments

Color spaces of #fb87cd

RGB 251135205
HSL0.900.940.76
HSV324°46°98°
CMYK 0.000.460.18   0.02
XYZ59.467142.245062.7774
Yxy42.24500.36150.2568
Hunter Lab64.996249.5722-11.7687
CIE-Lab71.039552.4741-16.3923

#fb87cd color RGB value is (251,135,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000111 11001101
Octal 373 207 315
Decimal 251 135 205
Hex FB 87 CD

RGB Percentages of Color #fb87cd

%42.47
%22.84
%34.69

CMYK Percentages of Color #fb87cd

%0
%46
%18
%2

Triadic Colors of #fb87cd

#fb87cd #cdfb87 #87cdfb

Analogous Colors of #fb87cd

#fb87cd #fb8793 #ef87fb

Monochromatic Colors of #fb87cd

#fb87cd

Complementary Color

#fb87cd #87fbb5

#fb87cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb87cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb87cd Color CSS Codes

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

#fb87cd Text Font Color

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

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


#fb87cd Background Color

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

This div background color is #fb87cd


#fb87cd Border Color

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

This div border color is #fb87cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb87cd


Comments

No comments written yet.

Please login to write comment.