Color Hex Logo

#fb408d Color Hex

#FB408D
(251,64,141)
0 Favorites   0 Comments

Color spaces of #fb408d

RGB 25164141
HSL0.930.960.62
HSV335°75°98°
CMYK 0.000.750.44   0.02
XYZ46.424826.099127.7901
Yxy26.09910.46280.2602
Hunter Lab51.087372.80653.5089
CIE-Lab58.131074.23800.9476

#fb408d color RGB value is (251,64,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000000 10001101
Octal 373 100 215
Decimal 251 64 141
Hex FB 40 8D

RGB Percentages of Color #fb408d

%55.04
%14.04
%30.92

CMYK Percentages of Color #fb408d

%0
%75
%44
%2

Triadic Colors of #fb408d

#fb408d #8dfb40 #408dfb

Analogous Colors of #fb408d

#fb408d #fb5040 #fb40eb

Monochromatic Colors of #fb408d

#fb408d

Complementary Color

#fb408d #40fbae

#fb408d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb408d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb408d Color CSS Codes

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

#fb408d Text Font Color

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

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


#fb408d Background Color

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

This div background color is #fb408d


#fb408d Border Color

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

This div border color is #fb408d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,64,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 #fb408d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb408d


Comments

No comments written yet.

Please login to write comment.