Color Hex Logo

#fb475a Color Hex

#FB475A
(251,71,90)
0 Favorites   0 Comments

Color spaces of #fb475a

RGB 2517190
HSL0.980.960.63
HSV354°72°98°
CMYK 0.000.720.64   0.02
XYZ43.882425.753912.3310
Yxy25.75390.53540.3142
Hunter Lab50.748365.540621.1173
CIE-Lab57.802768.329530.4830

#fb475a color RGB value is (251,71,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000111 01011010
Octal 373 107 132
Decimal 251 71 90
Hex FB 47 5A

RGB Percentages of Color #fb475a

%60.92
%17.23
%21.84

CMYK Percentages of Color #fb475a

%0
%72
%64
%2

Triadic Colors of #fb475a

#fb475a #5afb47 #475afb

Analogous Colors of #fb475a

#fb475a #fb8e47 #fb47b4

Monochromatic Colors of #fb475a

#fb475a

Complementary Color

#fb475a #47fbe8

#fb475a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb475a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb475a Color CSS Codes

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

#fb475a Text Font Color

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

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


#fb475a Background Color

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

This div background color is #fb475a


#fb475a Border Color

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

This div border color is #fb475a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb475a


Comments

No comments written yet.

Please login to write comment.