Color Hex Logo

#fb4160 Color Hex

#FB4160
(251,65,96)
0 Favorites   0 Comments

Color spaces of #fb4160

RGB 2516596
HSL0.970.960.62
HSV350°74°98°
CMYK 0.000.740.62   0.02
XYZ43.785325.134413.6100
Yxy25.13440.53050.3045
Hunter Lab50.134268.160218.9984
CIE-Lab57.206170.615726.2184

#fb4160 color RGB value is (251,65,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000001 01100000
Octal 373 101 140
Decimal 251 65 96
Hex FB 41 60

RGB Percentages of Color #fb4160

%60.92
%15.78
%23.30

CMYK Percentages of Color #fb4160

%0
%74
%62
%2

Triadic Colors of #fb4160

#fb4160 #60fb41 #4160fb

Analogous Colors of #fb4160

#fb4160 #fb7f41 #fb41bd

Monochromatic Colors of #fb4160

#fb4160

Complementary Color

#fb4160 #41fbdc

#fb4160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4160 Color CSS Codes

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

#fb4160 Text Font Color

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

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


#fb4160 Background Color

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

This div background color is #fb4160


#fb4160 Border Color

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

This div border color is #fb4160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4160


Comments

No comments written yet.

Please login to write comment.