Color Hex Logo

#fb47dc Color Hex

#FB47DC
(251,71,220)
0 Favorites   0 Comments

Color spaces of #fb47dc

RGB 25171220
HSL0.860.960.63
HSV310°72°98°
CMYK 0.000.720.12   0.02
XYZ54.955230.183070.6396
Yxy30.18300.35280.1938
Hunter Lab54.939182.4091-37.7766
CIE-Lab61.811881.1476-38.9799

#fb47dc color RGB value is (251,71,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000111 11011100
Octal 373 107 334
Decimal 251 71 220
Hex FB 47 DC

RGB Percentages of Color #fb47dc

%46.31
%13.10
%40.59

CMYK Percentages of Color #fb47dc

%0
%72
%12
%2

Triadic Colors of #fb47dc

#fb47dc #dcfb47 #47dcfb

Analogous Colors of #fb47dc

#fb47dc #fb4782 #c047fb

Monochromatic Colors of #fb47dc

#fb47dc

Complementary Color

#fb47dc #47fb66

#fb47dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb47dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb47dc Color CSS Codes

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

#fb47dc Text Font Color

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

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


#fb47dc Background Color

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

This div background color is #fb47dc


#fb47dc Border Color

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

This div border color is #fb47dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb47dc


Comments

No comments written yet.

Please login to write comment.