Color Hex Logo

#fb80be Color Hex

#FB80BE
(251,128,190)
0 Favorites   0 Comments

Color spaces of #fb80be

RGB 251128190
HSL0.920.940.74
HSV330°49°98°
CMYK 0.000.490.24   0.02
XYZ56.797139.665353.3778
Yxy39.66530.37910.2647
Hunter Lab62.980450.7595-6.1638
CIE-Lab69.230553.7732-10.7504

#fb80be color RGB value is (251,128,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000000 10111110
Octal 373 200 276
Decimal 251 128 190
Hex FB 80 BE

RGB Percentages of Color #fb80be

%44.11
%22.50
%33.39

CMYK Percentages of Color #fb80be

%0
%49
%24
%2

Triadic Colors of #fb80be

#fb80be #befb80 #80befb

Analogous Colors of #fb80be

#fb80be #fb8081 #fb80fb

Monochromatic Colors of #fb80be

#fb80be

Complementary Color

#fb80be #80fbbd

#fb80be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb80be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb80be Color CSS Codes

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

#fb80be Text Font Color

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

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


#fb80be Background Color

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

This div background color is #fb80be


#fb80be Border Color

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

This div border color is #fb80be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb80be


Comments

No comments written yet.

Please login to write comment.