Color Hex Logo

#ff87bf Color Hex

#FF87BF
(255,135,191)
0 Favorites   0 Comments

Color spaces of #ff87bf

RGB 255135191
HSL0.921.000.76
HSV332°47°100°
CMYK 0.000.470.25   0.00
XYZ59.307942.349554.3386
Yxy42.34950.38020.2715
Hunter Lab65.076548.7933-3.9534
CIE-Lab71.111251.7831-8.4483

#ff87bf color RGB value is (255,135,191).

#ff87bf hex color red value is 255, green value is 135 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ff87bf hue: 0.92 , saturation: 1.00 and the lightness value of ff87bf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000111 10111111
Octal 377 207 277
Decimal 255 135 191
Hex FF 87 BF

RGB Percentages of Color #ff87bf

%43.89
%23.24
%32.87

CMYK Percentages of Color #ff87bf

%0
%47
%25
%0

Triadic Colors of #ff87bf

#ff87bf #bfff87 #87bfff

Analogous Colors of #ff87bf

#ff87bf #ff8b87 #ff87fb

Monochromatic Colors of #ff87bf

#ff87bf

Complementary Color

#ff87bf #87ffc7

#ff87bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff87bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff87bf Color CSS Codes

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

#ff87bf Text Font Color

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

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


#ff87bf Background Color

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

This div background color is #ff87bf


#ff87bf Border Color

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

This div border color is #ff87bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff87bf

Related Colors


Comments

No comments written yet.

Please login to write comment.