Color Hex Logo

#fb80de Color Hex

#FB80DE
(251,128,222)
0 Favorites   0 Comments

Color spaces of #fb80de

RGB 251128222
HSL0.870.940.74
HSV314°49°98°
CMYK 0.000.490.12   0.02
XYZ60.687641.221573.8652
Yxy41.22150.34530.2345
Hunter Lab64.204056.3668-23.2690
CIE-Lab70.330858.4346-26.8881

#fb80de color RGB value is (251,128,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000000 11011110
Octal 373 200 336
Decimal 251 128 222
Hex FB 80 DE

RGB Percentages of Color #fb80de

%41.76
%21.30
%36.94

CMYK Percentages of Color #fb80de

%0
%49
%12
%2

Triadic Colors of #fb80de

#fb80de #defb80 #80defb

Analogous Colors of #fb80de

#fb80de #fb80a1 #db80fb

Monochromatic Colors of #fb80de

#fb80de

Complementary Color

#fb80de #80fb9d

#fb80de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb80de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb80de Color CSS Codes

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

#fb80de Text Font Color

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

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


#fb80de Background Color

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

This div background color is #fb80de


#fb80de Border Color

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

This div border color is #fb80de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb80de

Related Colors


Comments

No comments written yet.

Please login to write comment.