Color Hex Logo

#fb47df Color Hex

#FB47DF
(251,71,223)
0 Favorites   0 Comments

Color spaces of #fb47df

RGB 25171223
HSL0.860.960.63
HSV309°72°98°
CMYK 0.000.720.11   0.02
XYZ55.356230.343472.7513
Yxy30.34340.34940.1915
Hunter Lab55.084882.9808-39.7457
CIE-Lab61.949481.5652-40.4510

#fb47df color RGB value is (251,71,223).

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

The process color (four color CMYK) of #fb47df color hex is 0.00, 0.72, 0.11, 0.02. Web safe color of #fb47df is #ff33cc. Color #fb47df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000111 11011111
Octal 373 107 337
Decimal 251 71 223
Hex FB 47 DF

RGB Percentages of Color #fb47df

%46.06
%13.03
%40.92

CMYK Percentages of Color #fb47df

%0
%72
%11
%2

Triadic Colors of #fb47df

#fb47df #dffb47 #47dffb

Analogous Colors of #fb47df

#fb47df #fb4785 #bd47fb

Monochromatic Colors of #fb47df

#fb47df

Complementary Color

#fb47df #47fb63

#fb47df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb47df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb47df Color CSS Codes

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

#fb47df Text Font Color

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

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


#fb47df Background Color

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

This div background color is #fb47df


#fb47df Border Color

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

This div border color is #fb47df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb47df


Comments

No comments written yet.

Please login to write comment.