Color Hex Logo

#fb1497 Color Hex

#FB1497
(251,20,151)
0 Favorites   0 Comments

Color spaces of #fb1497

RGB 25120151
HSL0.910.970.53
HSV326°92°98°
CMYK 0.000.920.40   0.02
XYZ45.619723.243931.3603
Yxy23.24390.45520.2319
Hunter Lab48.211984.5317-4.8179
CIE-Lab55.322784.0532-9.1098

#fb1497 color RGB value is (251,20,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010100 10010111
Octal 373 24 227
Decimal 251 20 151
Hex FB 14 97

RGB Percentages of Color #fb1497

%59.48
%4.74
%35.78

CMYK Percentages of Color #fb1497

%0
%92
%40
%2

Triadic Colors of #fb1497

#fb1497 #97fb14 #1497fb

Analogous Colors of #fb1497

#fb1497 #fb1424 #ec14fb

Monochromatic Colors of #fb1497

#fb1497

Complementary Color

#fb1497 #14fb78

#fb1497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1497 Color CSS Codes

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

#fb1497 Text Font Color

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

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


#fb1497 Background Color

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

This div background color is #fb1497


#fb1497 Border Color

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

This div border color is #fb1497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1497

Related Colors


Comments

No comments written yet.

Please login to write comment.