Color Hex Logo

#fb87ab Color Hex

#FB87AB
(251,135,171)
0 Favorites   0 Comments

Color spaces of #fb87ab

RGB 251135171
HSL0.950.940.76
HSV341°46°98°
CMYK 0.000.460.32   0.02
XYZ55.798340.777443.4580
Yxy40.77740.39850.2912
Hunter Lab63.857244.22294.3502
CIE-Lab70.019747.88811.0560

#fb87ab color RGB value is (251,135,171).

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

The process color (four color CMYK) of #fb87ab color hex is 0.00, 0.46, 0.32, 0.02. Web safe color of #fb87ab is #ff9999. Color #fb87ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000111 10101011
Octal 373 207 253
Decimal 251 135 171
Hex FB 87 AB

RGB Percentages of Color #fb87ab

%45.06
%24.24
%30.70

CMYK Percentages of Color #fb87ab

%0
%46
%32
%2

Triadic Colors of #fb87ab

#fb87ab #abfb87 #87abfb

Analogous Colors of #fb87ab

#fb87ab #fb9d87 #fb87e5

Monochromatic Colors of #fb87ab

#fb87ab

Complementary Color

#fb87ab #87fbd7

#fb87ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb87ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb87ab Color CSS Codes

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

#fb87ab Text Font Color

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

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


#fb87ab Background Color

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

This div background color is #fb87ab


#fb87ab Border Color

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

This div border color is #fb87ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb87ab


Comments

No comments written yet.

Please login to write comment.