Color Hex Logo

#fb147f Color Hex

#FB147F
(251,20,127)
0 Favorites   0 Comments

Color spaces of #fb147f

RGB 25120127
HSL0.920.970.53
HSV332°92°98°
CMYK 0.000.920.49   0.02
XYZ43.864622.541822.1178
Yxy22.54180.49550.2546
Hunter Lab47.478281.82745.6144
CIE-Lab54.597282.09414.1509

#fb147f color RGB value is (251,20,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010100 01111111
Octal 373 24 177
Decimal 251 20 127
Hex FB 14 7F

RGB Percentages of Color #fb147f

%63.07
%5.03
%31.91

CMYK Percentages of Color #fb147f

%0
%92
%49
%2

Triadic Colors of #fb147f

#fb147f #7ffb14 #147ffb

Analogous Colors of #fb147f

#fb147f #fb1c14 #fb14f3

Monochromatic Colors of #fb147f

#fb147f

Complementary Color

#fb147f #14fb90

#fb147f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb147f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb147f Color CSS Codes

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

#fb147f Text Font Color

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

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


#fb147f Background Color

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

This div background color is #fb147f


#fb147f Border Color

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

This div border color is #fb147f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb147f


Comments

No comments written yet.

Please login to write comment.