Color Hex Logo

#fb0997 Color Hex

#FB0997
(251,9,151)
0 Favorites   0 Comments

Color spaces of #fb0997

RGB 2519151
HSL0.900.970.51
HSV325°96°98°
CMYK 0.000.960.40   0.02
XYZ45.467322.939031.3094
Yxy22.93900.45600.2300
Hunter Lab47.894785.6377-5.2324
CIE-Lab55.009584.9669-9.5783

#fb0997 color RGB value is (251,9,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001001 10010111
Octal 373 11 227
Decimal 251 9 151
Hex FB 9 97

RGB Percentages of Color #fb0997

%61.07
%2.19
%36.74

CMYK Percentages of Color #fb0997

%0
%96
%40
%2

Triadic Colors of #fb0997

#fb0997 #97fb09 #0997fb

Analogous Colors of #fb0997

#fb0997 #fb091e #e609fb

Monochromatic Colors of #fb0997

#fb0997

Complementary Color

#fb0997 #09fb6d

#fb0997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0997 Color CSS Codes

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

#fb0997 Text Font Color

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

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


#fb0997 Background Color

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

This div background color is #fb0997


#fb0997 Border Color

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

This div border color is #fb0997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0997


Comments

No comments written yet.

Please login to write comment.