Color Hex Logo

#fb80ba Color Hex

#FB80BA
(251,128,186)
0 Favorites   0 Comments

Color spaces of #fb80ba

RGB 251128186
HSL0.920.940.74
HSV332°49°98°
CMYK 0.000.490.26   0.02
XYZ56.365839.492751.1064
Yxy39.49270.38350.2687
Hunter Lab62.843250.1259-4.2265
CIE-Lab69.106753.2381-8.6944

#fb80ba color RGB value is (251,128,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000000 10111010
Octal 373 200 272
Decimal 251 128 186
Hex FB 80 BA

RGB Percentages of Color #fb80ba

%44.42
%22.65
%32.92

CMYK Percentages of Color #fb80ba

%0
%49
%26
%2

Triadic Colors of #fb80ba

#fb80ba #bafb80 #80bafb

Analogous Colors of #fb80ba

#fb80ba #fb8480 #fb80f8

Monochromatic Colors of #fb80ba

#fb80ba

Complementary Color

#fb80ba #80fbc1

#fb80ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb80ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb80ba Color CSS Codes

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

#fb80ba Text Font Color

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

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


#fb80ba Background Color

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

This div background color is #fb80ba


#fb80ba Border Color

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

This div border color is #fb80ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb80ba

Related Colors


Comments

No comments written yet.

Please login to write comment.