Color Hex Logo

#fb407e Color Hex

#FB407E
(251,64,126)
0 Favorites   0 Comments

Color spaces of #fb407e

RGB 25164126
HSL0.940.960.62
HSV340°75°98°
CMYK 0.000.750.50   0.02
XYZ45.383025.682422.3039
Yxy25.68240.48610.2751
Hunter Lab50.677871.16429.3802
CIE-Lab57.734472.97999.2310

#fb407e color RGB value is (251,64,126).

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

The process color (four color CMYK) of #fb407e color hex is 0.00, 0.75, 0.50, 0.02. Web safe color of #fb407e is #ff3366. Color #fb407e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000000 01111110
Octal 373 100 176
Decimal 251 64 126
Hex FB 40 7E

RGB Percentages of Color #fb407e

%56.92
%14.51
%28.57

CMYK Percentages of Color #fb407e

%0
%75
%50
%2

Triadic Colors of #fb407e

#fb407e #7efb40 #407efb

Analogous Colors of #fb407e

#fb407e #fb5f40 #fb40dc

Monochromatic Colors of #fb407e

#fb407e

Complementary Color

#fb407e #40fbbd

#fb407e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb407e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb407e Color CSS Codes

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

#fb407e Text Font Color

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

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


#fb407e Background Color

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

This div background color is #fb407e


#fb407e Border Color

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

This div border color is #fb407e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb407e

Related Colors


Comments

No comments written yet.

Please login to write comment.