Color Hex Logo

#fb466a Color Hex

#FB466A
(251,70,106)
0 Favorites   0 Comments

Color spaces of #fb466a

RGB 25170106
HSL0.970.960.63
HSV348°72°98°
CMYK 0.000.720.58   0.02
XYZ44.575325.930216.2913
Yxy25.93020.51360.2987
Hunter Lab50.921767.140416.6766
CIE-Lab57.970769.628721.3592

#fb466a color RGB value is (251,70,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000110 01101010
Octal 373 106 152
Decimal 251 70 106
Hex FB 46 6A

RGB Percentages of Color #fb466a

%58.78
%16.39
%24.82

CMYK Percentages of Color #fb466a

%0
%72
%58
%2

Triadic Colors of #fb466a

#fb466a #6afb46 #466afb

Analogous Colors of #fb466a

#fb466a #fb7d46 #fb46c5

Monochromatic Colors of #fb466a

#fb466a

Complementary Color

#fb466a #46fbd7

#fb466a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb466a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb466a Color CSS Codes

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

#fb466a Text Font Color

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

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


#fb466a Background Color

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

This div background color is #fb466a


#fb466a Border Color

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

This div border color is #fb466a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb466a


Comments

No comments written yet.

Please login to write comment.