Color Hex Logo

#fb50df Color Hex

#FB50DF
(251,80,223)
0 Favorites   0 Comments

Color spaces of #fb50df

RGB 25180223
HSL0.860.960.65
HSV310°68°98°
CMYK 0.000.680.11   0.02
XYZ55.971631.574372.9564
Yxy31.57430.34870.1967
Hunter Lab56.191079.4687-37.6463
CIE-Lab62.989578.6237-38.8219

#fb50df color RGB value is (251,80,223).

#fb50df hex color red value is 251, green value is 80 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fb50df hue: 0.86 , saturation: 0.96 and the lightness value of fb50df is 0.65.

The process color (four color CMYK) of #fb50df color hex is 0.00, 0.68, 0.11, 0.02. Web safe color of #fb50df is #ff66cc. Color #fb50df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010000 11011111
Octal 373 120 337
Decimal 251 80 223
Hex FB 50 DF

RGB Percentages of Color #fb50df

%45.31
%14.44
%40.25

CMYK Percentages of Color #fb50df

%0
%68
%11
%2

Triadic Colors of #fb50df

#fb50df #dffb50 #50dffb

Analogous Colors of #fb50df

#fb50df #fb508a #c250fb

Monochromatic Colors of #fb50df

#fb50df

Complementary Color

#fb50df #50fb6c

#fb50df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb50df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb50df Color CSS Codes

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

#fb50df Text Font Color

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

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


#fb50df Background Color

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

This div background color is #fb50df


#fb50df Border Color

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

This div border color is #fb50df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb50df


Comments

No comments written yet.

Please login to write comment.