Color Hex Logo

#fb476a Color Hex

#FB476A
(251,71,106)
0 Favorites   0 Comments

Color spaces of #fb476a

RGB 25171106
HSL0.970.960.63
HSV348°72°98°
CMYK 0.000.720.58   0.02
XYZ44.638426.056316.3123
Yxy26.05630.51300.2995
Hunter Lab51.045466.766116.7848
CIE-Lab58.090569.295921.5200

#fb476a color RGB value is (251,71,106).

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

The process color (four color CMYK) of #fb476a color hex is 0.00, 0.72, 0.58, 0.02. Web safe color of #fb476a is #ff3366. Color #fb476a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000111 01101010
Octal 373 107 152
Decimal 251 71 106
Hex FB 47 6A

RGB Percentages of Color #fb476a

%58.64
%16.59
%24.77

CMYK Percentages of Color #fb476a

%0
%72
%58
%2

Triadic Colors of #fb476a

#fb476a #6afb47 #476afb

Analogous Colors of #fb476a

#fb476a #fb7e47 #fb47c4

Monochromatic Colors of #fb476a

#fb476a

Complementary Color

#fb476a #47fbd8

#fb476a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb476a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb476a Color CSS Codes

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

#fb476a Text Font Color

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

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


#fb476a Background Color

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

This div background color is #fb476a


#fb476a Border Color

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

This div border color is #fb476a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb476a


Comments

No comments written yet.

Please login to write comment.