Color Hex Logo

#fb01fd Color Hex

#FB01FD
(251,1,253)
0 Favorites   0 Comments

Color spaces of #fb01fd

RGB 2511253
HSL0.830.990.50
HSV300°100°99°
CMYK 0.011.000.00   0.01
XYZ57.524127.622895.2284
Yxy27.62280.31890.1531
Hunter Lab52.5574103.3929-70.6370
CIE-Lab59.546497.3041-61.0111

#fb01fd color RGB value is (251,1,253).

#fb01fd hex color red value is 251, green value is 1 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fb01fd hue: 0.83 , saturation: 0.99 and the lightness value of fb01fd is 0.50.

The process color (four color CMYK) of #fb01fd color hex is 0.01, 1.00, 0.00, 0.01. Web safe color of #fb01fd is #ff00ff. Color #fb01fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000001 11111101
Octal 373 1 375
Decimal 251 1 253
Hex FB 1 FD

RGB Percentages of Color #fb01fd

%49.70
%0.20
%50.10

CMYK Percentages of Color #fb01fd

%1
%100
%0
%1

Triadic Colors of #fb01fd

#fb01fd #fdfb01 #01fdfb

Analogous Colors of #fb01fd

#fb01fd #fd0181 #7d01fd

Monochromatic Colors of #fb01fd

#fb01fd

Complementary Color

#fb01fd #03fd01

#fb01fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb01fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb01fd Color CSS Codes

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

#fb01fd Text Font Color

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

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


#fb01fd Background Color

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

This div background color is #fb01fd


#fb01fd Border Color

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

This div border color is #fb01fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb01fd

Related Colors


Comments

No comments written yet.

Please login to write comment.