Color Hex Logo

#fb478d Color Hex

#FB478D
(251,71,141)
0 Favorites   0 Comments

Color spaces of #fb478d

RGB 25171141
HSL0.940.960.63
HSV337°72°98°
CMYK 0.000.720.44   0.02
XYZ46.844626.938827.9300
Yxy26.93880.46060.2649
Hunter Lab51.902670.27534.4265
CIE-Lab58.917672.03062.0913

#fb478d color RGB value is (251,71,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000111 10001101
Octal 373 107 215
Decimal 251 71 141
Hex FB 47 8D

RGB Percentages of Color #fb478d

%54.21
%15.33
%30.45

CMYK Percentages of Color #fb478d

%0
%72
%44
%2

Triadic Colors of #fb478d

#fb478d #8dfb47 #478dfb

Analogous Colors of #fb478d

#fb478d #fb5b47 #fb47e7

Monochromatic Colors of #fb478d

#fb478d

Complementary Color

#fb478d #47fbb5

#fb478d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb478d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb478d Color CSS Codes

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

#fb478d Text Font Color

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

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


#fb478d Background Color

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

This div background color is #fb478d


#fb478d Border Color

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

This div border color is #fb478d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb478d

Related Colors


Comments

No comments written yet.

Please login to write comment.