Color Hex Logo

#fb477f Color Hex

#FB477F
(251,71,127)
0 Favorites   0 Comments

Color spaces of #fb477f

RGB 25171127
HSL0.950.960.63
HSV341°72°98°
CMYK 0.000.720.49   0.02
XYZ45.867726.548022.7855
Yxy26.54800.48180.2789
Hunter Lab51.524868.73379.8478
CIE-Lab58.553670.83509.8009

#fb477f color RGB value is (251,71,127).

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

The process color (four color CMYK) of #fb477f color hex is 0.00, 0.72, 0.49, 0.02. Web safe color of #fb477f is #ff3366. Color #fb477f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000111 01111111
Octal 373 107 177
Decimal 251 71 127
Hex FB 47 7F

RGB Percentages of Color #fb477f

%55.90
%15.81
%28.29

CMYK Percentages of Color #fb477f

%0
%72
%49
%2

Triadic Colors of #fb477f

#fb477f #7ffb47 #477ffb

Analogous Colors of #fb477f

#fb477f #fb6947 #fb47d9

Monochromatic Colors of #fb477f

#fb477f

Complementary Color

#fb477f #47fbc3

#fb477f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb477f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb477f Color CSS Codes

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

#fb477f Text Font Color

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

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


#fb477f Background Color

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

This div background color is #fb477f


#fb477f Border Color

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

This div border color is #fb477f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb477f


Comments

No comments written yet.

Please login to write comment.