Color Hex Logo

#fb479f Color Hex

#FB479F
(251,71,159)
0 Favorites   0 Comments

Color spaces of #fb479f

RGB 25171159
HSL0.920.960.63
HSV331°72°98°
CMYK 0.000.720.37   0.02
XYZ48.294927.518935.5671
Yxy27.51890.43360.2471
Hunter Lab52.458572.5304-3.4780
CIE-Lab59.451673.7636-7.6509

#fb479f color RGB value is (251,71,159).

#fb479f hex color red value is 251, green value is 71 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fb479f hue: 0.92 , saturation: 0.96 and the lightness value of fb479f is 0.63.

The process color (four color CMYK) of #fb479f color hex is 0.00, 0.72, 0.37, 0.02. Web safe color of #fb479f is #ff3399. Color #fb479f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000111 10011111
Octal 373 107 237
Decimal 251 71 159
Hex FB 47 9F

RGB Percentages of Color #fb479f

%52.18
%14.76
%33.06

CMYK Percentages of Color #fb479f

%0
%72
%37
%2

Triadic Colors of #fb479f

#fb479f #9ffb47 #479ffb

Analogous Colors of #fb479f

#fb479f #fb4947 #fb47f9

Monochromatic Colors of #fb479f

#fb479f

Complementary Color

#fb479f #47fba3

#fb479f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb479f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb479f Color CSS Codes

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

#fb479f Text Font Color

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

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


#fb479f Background Color

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

This div background color is #fb479f


#fb479f Border Color

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

This div border color is #fb479f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb479f


Comments

No comments written yet.

Please login to write comment.