Color Hex Logo

#fb116a Color Hex

#FB116A
(251,17,106)
0 Favorites   0 Comments

Color spaces of #fb116a

RGB 25117106
HSL0.940.970.53
HSV337°93°98°
CMYK 0.000.930.58   0.02
XYZ42.585621.950715.6281
Yxy21.95070.53120.2738
Hunter Lab46.851680.256813.0190
CIE-Lab53.974780.984915.9302

#fb116a color RGB value is (251,17,106).

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

The process color (four color CMYK) of #fb116a color hex is 0.00, 0.93, 0.58, 0.02. Web safe color of #fb116a is #ff0066. Color #fb116a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010001 01101010
Octal 373 21 152
Decimal 251 17 106
Hex FB 11 6A

RGB Percentages of Color #fb116a

%67.11
%4.55
%28.34

CMYK Percentages of Color #fb116a

%0
%93
%58
%2

Triadic Colors of #fb116a

#fb116a #6afb11 #116afb

Analogous Colors of #fb116a

#fb116a #fb2d11 #fb11df

Monochromatic Colors of #fb116a

#fb116a

Complementary Color

#fb116a #11fba2

#fb116a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb116a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb116a Color CSS Codes

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

#fb116a Text Font Color

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

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


#fb116a Background Color

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

This div background color is #fb116a


#fb116a Border Color

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

This div border color is #fb116a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb116a


Comments

No comments written yet.

Please login to write comment.