Color Hex Logo

#fb50ad Color Hex

#FB50AD
(251,80,173)
0 Favorites   0 Comments

Color spaces of #fb50ad

RGB 25180173
HSL0.910.960.65
HSV327°68°98°
CMYK 0.000.680.31   0.02
XYZ50.195129.263742.5380
Yxy29.26370.41140.2399
Hunter Lab54.095970.9606-8.7552
CIE-Lab61.013772.1962-13.4251

#fb50ad color RGB value is (251,80,173).

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

The process color (four color CMYK) of #fb50ad color hex is 0.00, 0.68, 0.31, 0.02. Web safe color of #fb50ad is #ff6699. Color #fb50ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010000 10101101
Octal 373 120 255
Decimal 251 80 173
Hex FB 50 AD

RGB Percentages of Color #fb50ad

%49.80
%15.87
%34.33

CMYK Percentages of Color #fb50ad

%0
%68
%31
%2

Triadic Colors of #fb50ad

#fb50ad #adfb50 #50adfb

Analogous Colors of #fb50ad

#fb50ad #fb5058 #f450fb

Monochromatic Colors of #fb50ad

#fb50ad

Complementary Color

#fb50ad #50fb9e

#fb50ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb50ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb50ad Color CSS Codes

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

#fb50ad Text Font Color

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

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


#fb50ad Background Color

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

This div background color is #fb50ad


#fb50ad Border Color

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

This div border color is #fb50ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb50ad


Comments

No comments written yet.

Please login to write comment.