Color Hex Logo

#fb478e Color Hex

#FB478E
(251,71,142)
0 Favorites   0 Comments

Color spaces of #fb478e

RGB 25171142
HSL0.930.960.63
HSV336°72°98°
CMYK 0.000.720.43   0.02
XYZ46.919426.968728.3237
Yxy26.96870.45900.2639
Hunter Lab51.931470.39274.0149
CIE-Lab58.945372.12131.5448

#fb478e color RGB value is (251,71,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000111 10001110
Octal 373 107 216
Decimal 251 71 142
Hex FB 47 8E

RGB Percentages of Color #fb478e

%54.09
%15.30
%30.60

CMYK Percentages of Color #fb478e

%0
%72
%43
%2

Triadic Colors of #fb478e

#fb478e #8efb47 #478efb

Analogous Colors of #fb478e

#fb478e #fb5a47 #fb47e8

Monochromatic Colors of #fb478e

#fb478e

Complementary Color

#fb478e #47fbb4

#fb478e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb478e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb478e Color CSS Codes

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

#fb478e Text Font Color

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

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


#fb478e Background Color

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

This div background color is #fb478e


#fb478e Border Color

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

This div border color is #fb478e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb478e


Comments

No comments written yet.

Please login to write comment.