Color Hex Logo

#fb47af Color Hex

#FB47AF
(251,71,175)
0 Favorites   0 Comments

Color spaces of #fb47af

RGB 25171175
HSL0.900.960.63
HSV325°72°98°
CMYK 0.000.720.30   0.02
XYZ49.774828.110943.3600
Yxy28.11090.41050.2319
Hunter Lab53.019774.7909-11.3741
CIE-Lab59.988875.4825-16.1279

#fb47af color RGB value is (251,71,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000111 10101111
Octal 373 107 257
Decimal 251 71 175
Hex FB 47 AF

RGB Percentages of Color #fb47af

%50.50
%14.29
%35.21

CMYK Percentages of Color #fb47af

%0
%72
%30
%2

Triadic Colors of #fb47af

#fb47af #affb47 #47affb

Analogous Colors of #fb47af

#fb47af #fb4755 #ed47fb

Monochromatic Colors of #fb47af

#fb47af

Complementary Color

#fb47af #47fb93

#fb47af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb47af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb47af Color CSS Codes

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

#fb47af Text Font Color

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

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


#fb47af Background Color

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

This div background color is #fb47af


#fb47af Border Color

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

This div border color is #fb47af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb47af


Comments

No comments written yet.

Please login to write comment.