Color Hex Logo

#fb417d Color Hex

#FB417D
(251,65,125)
0 Favorites   0 Comments

Color spaces of #fb417d

RGB 25165125
HSL0.950.960.62
HSV341°74°98°
CMYK 0.000.740.50   0.02
XYZ45.375625.770521.9847
Yxy25.77050.48720.2767
Hunter Lab50.764770.71279.8585
CIE-Lab57.818672.59569.9413

#fb417d color RGB value is (251,65,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000001 01111101
Octal 373 101 175
Decimal 251 65 125
Hex FB 41 7D

RGB Percentages of Color #fb417d

%56.92
%14.74
%28.34

CMYK Percentages of Color #fb417d

%0
%74
%50
%2

Triadic Colors of #fb417d

#fb417d #7dfb41 #417dfb

Analogous Colors of #fb417d

#fb417d #fb6241 #fb41da

Monochromatic Colors of #fb417d

#fb417d

Complementary Color

#fb417d #41fbbf

#fb417d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb417d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb417d Color CSS Codes

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

#fb417d Text Font Color

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

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


#fb417d Background Color

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

This div background color is #fb417d


#fb417d Border Color

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

This div border color is #fb417d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb417d

Related Colors


Comments

No comments written yet.

Please login to write comment.