Color Hex Logo

#fb75ff Color Hex

#FB75FF
(251,117,255)
0 Favorites   0 Comments

Color spaces of #fb75ff

RGB 251117255
HSL0.831.000.73
HSV298°54°100°
CMYK 0.020.540.00   0.00
XYZ64.195040.451899.0323
Yxy40.45180.31520.1986
Hunter Lab63.601768.8620-47.7974
CIE-Lab69.790168.9049-45.8630

#fb75ff color RGB value is (251,117,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110101 11111111
Octal 373 165 377
Decimal 251 117 255
Hex FB 75 FF

RGB Percentages of Color #fb75ff

%40.29
%18.78
%40.93

CMYK Percentages of Color #fb75ff

%2
%54
%0
%0

Triadic Colors of #fb75ff

#fb75ff #fffb75 #75fffb

Analogous Colors of #fb75ff

#fb75ff #ff75be #b675ff

Monochromatic Colors of #fb75ff

#fb75ff

Complementary Color

#fb75ff #79ff75

#fb75ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb75ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb75ff Color CSS Codes

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

#fb75ff Text Font Color

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

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


#fb75ff Background Color

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

This div background color is #fb75ff


#fb75ff Border Color

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

This div border color is #fb75ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,117,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 #fb75ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb75ff

Related Colors


Comments

No comments written yet.

Please login to write comment.