Color Hex Logo

#fb417a Color Hex

#FB417A
(251,65,122)
0 Favorites   0 Comments

Color spaces of #fb417a

RGB 25165122
HSL0.950.960.62
HSV342°74°98°
CMYK 0.000.740.51   0.02
XYZ45.186825.695020.9904
Yxy25.69500.49180.2797
Hunter Lab50.690270.412410.9317
CIE-Lab57.746472.363911.6131

#fb417a color RGB value is (251,65,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000001 01111010
Octal 373 101 172
Decimal 251 65 122
Hex FB 41 7A

RGB Percentages of Color #fb417a

%57.31
%14.84
%27.85

CMYK Percentages of Color #fb417a

%0
%74
%51
%2

Triadic Colors of #fb417a

#fb417a #7afb41 #417afb

Analogous Colors of #fb417a

#fb417a #fb6541 #fb41d7

Monochromatic Colors of #fb417a

#fb417a

Complementary Color

#fb417a #41fbc2

#fb417a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb417a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb417a Color CSS Codes

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

#fb417a Text Font Color

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

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


#fb417a Background Color

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

This div background color is #fb417a


#fb417a Border Color

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

This div border color is #fb417a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb417a


Comments

No comments written yet.

Please login to write comment.