Color Hex Logo

#fb15fb Color Hex

#FB15FB
(251,21,251)
0 Favorites   0 Comments

Color spaces of #fb15fb

RGB 25121251
HSL0.830.970.53
HSV300°92°98°
CMYK 0.000.920.00   0.02
XYZ57.464428.010693.6447
Yxy28.01060.32080.1564
Hunter Lab52.9250101.1910-67.8592
CIE-Lab59.898395.6409-59.3381

#fb15fb color RGB value is (251,21,251).

#fb15fb hex color red value is 251, green value is 21 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fb15fb hue: 0.83 , saturation: 0.97 and the lightness value of fb15fb is 0.53.

The process color (four color CMYK) of #fb15fb color hex is 0.00, 0.92, 0.00, 0.02. Web safe color of #fb15fb is #ff00ff. Color #fb15fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010101 11111011
Octal 373 25 373
Decimal 251 21 251
Hex FB 15 FB

RGB Percentages of Color #fb15fb

%47.99
%4.02
%47.99

CMYK Percentages of Color #fb15fb

%0
%92
%0
%2

Triadic Colors of #fb15fb

#fb15fb #fbfb15 #15fbfb

Analogous Colors of #fb15fb

#fb15fb #fb1588 #8815fb

Monochromatic Colors of #fb15fb

#fb15fb

Complementary Color

#fb15fb #15fb15

#fb15fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb15fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb15fb Color CSS Codes

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

#fb15fb Text Font Color

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

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


#fb15fb Background Color

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

This div background color is #fb15fb


#fb15fb Border Color

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

This div border color is #fb15fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb15fb

Related Colors


Comments

No comments written yet.

Please login to write comment.