Color Hex Logo

#fb50fa Color Hex

#FB50FA
(251,80,250)
0 Favorites   0 Comments

Color spaces of #fb50fa

RGB 25180250
HSL0.830.960.65
HSV300°68°98°
CMYK 0.000.680.00   0.02
XYZ59.907633.148793.6833
Yxy33.14870.32080.1775
Hunter Lab57.574984.9760-56.1716
CIE-Lab64.281182.6584-51.8077

#fb50fa color RGB value is (251,80,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010000 11111010
Octal 373 120 372
Decimal 251 80 250
Hex FB 50 FA

RGB Percentages of Color #fb50fa

%43.20
%13.77
%43.03

CMYK Percentages of Color #fb50fa

%0
%68
%0
%2

Triadic Colors of #fb50fa

#fb50fa #fafb50 #50fafb

Analogous Colors of #fb50fa

#fb50fa #fb50a5 #a750fb

Monochromatic Colors of #fb50fa

#fb50fa

Complementary Color

#fb50fa #50fb51

#fb50fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb50fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb50fa Color CSS Codes

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

#fb50fa Text Font Color

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

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


#fb50fa Background Color

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

This div background color is #fb50fa


#fb50fa Border Color

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

This div border color is #fb50fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb50fa


Comments

No comments written yet.

Please login to write comment.