Color Hex Logo

#fb73ff Color Hex

#FB73FF
(251,115,255)
0 Favorites   0 Comments

Color spaces of #fb73ff

RGB 251115255
HSL0.831.000.73
HSV298°55°100°
CMYK 0.020.550.00   0.00
XYZ63.964439.990798.9554
Yxy39.99070.31520.1971
Hunter Lab63.238269.8830-48.5105
CIE-Lab69.462969.7894-46.3770

#fb73ff color RGB value is (251,115,255).

#fb73ff hex color red value is 251, green value is 115 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fb73ff hue: 0.83 , saturation: 1.00 and the lightness value of fb73ff is 0.73.

The process color (four color CMYK) of #fb73ff color hex is 0.02, 0.55, 0.00, 0.00. Web safe color of #fb73ff is #ff66ff. Color #fb73ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110011 11111111
Octal 373 163 377
Decimal 251 115 255
Hex FB 73 FF

RGB Percentages of Color #fb73ff

%40.42
%18.52
%41.06

CMYK Percentages of Color #fb73ff

%2
%55
%0
%0

Triadic Colors of #fb73ff

#fb73ff #fffb73 #73fffb

Analogous Colors of #fb73ff

#fb73ff #ff73bd #b573ff

Monochromatic Colors of #fb73ff

#fb73ff

Complementary Color

#fb73ff #77ff73

#fb73ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb73ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb73ff Color CSS Codes

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

#fb73ff Text Font Color

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

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


#fb73ff Background Color

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

This div background color is #fb73ff


#fb73ff Border Color

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

This div border color is #fb73ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb73ff

Related Colors

#fb73ff Color Palettes


Comments

No comments written yet.

Please login to write comment.