Color Hex Logo

#fb87ba Color Hex

#FB87BA
(251,135,186)
0 Favorites   0 Comments

Color spaces of #fb87ba

RGB 251135186
HSL0.930.940.76
HSV334°46°98°
CMYK 0.000.460.26   0.02
XYZ57.310641.382351.4214
Yxy41.38230.38180.2757
Hunter Lab64.329146.4493-2.3631
CIE-Lab70.442949.8124-6.7092

#fb87ba color RGB value is (251,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000111 10111010
Octal 373 207 272
Decimal 251 135 186
Hex FB 87 BA

RGB Percentages of Color #fb87ba

%43.88
%23.60
%32.52

CMYK Percentages of Color #fb87ba

%0
%46
%26
%2

Triadic Colors of #fb87ba

#fb87ba #bafb87 #87bafb

Analogous Colors of #fb87ba

#fb87ba #fb8e87 #fb87f4

Monochromatic Colors of #fb87ba

#fb87ba

Complementary Color

#fb87ba #87fbc8

#fb87ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb87ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb87ba Color CSS Codes

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

#fb87ba Text Font Color

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

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


#fb87ba Background Color

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

This div background color is #fb87ba


#fb87ba Border Color

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

This div border color is #fb87ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb87ba


Comments

No comments written yet.

Please login to write comment.