Color Hex Logo

#fb146c Color Hex

#FB146C
(251,20,108)
0 Favorites   0 Comments

Color spaces of #fb146c

RGB 25120108
HSL0.940.970.53
HSV337°92°98°
CMYK 0.000.920.57   0.02
XYZ42.740622.092316.1989
Yxy22.09230.52750.2726
Hunter Lab47.002480.060612.4680
CIE-Lab54.124880.801414.9294

#fb146c color RGB value is (251,20,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010100 01101100
Octal 373 24 154
Decimal 251 20 108
Hex FB 14 6C

RGB Percentages of Color #fb146c

%66.23
%5.28
%28.50

CMYK Percentages of Color #fb146c

%0
%92
%57
%2

Triadic Colors of #fb146c

#fb146c #6cfb14 #146cfb

Analogous Colors of #fb146c

#fb146c #fb2f14 #fb14e0

Monochromatic Colors of #fb146c

#fb146c

Complementary Color

#fb146c #14fba3

#fb146c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb146c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb146c Color CSS Codes

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

#fb146c Text Font Color

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

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


#fb146c Background Color

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

This div background color is #fb146c


#fb146c Border Color

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

This div border color is #fb146c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb146c


Comments

No comments written yet.

Please login to write comment.