Color Hex Logo

#fb4961 Color Hex

#FB4961
(251,73,97)
0 Favorites   0 Comments

Color spaces of #fb4961

RGB 2517397
HSL0.980.960.64
HSV352°71°98°
CMYK 0.000.710.61   0.02
XYZ44.323926.137414.0182
Yxy26.13740.52470.3094
Hunter Lab51.124765.286819.5302
CIE-Lab58.167268.050026.8856

#fb4961 color RGB value is (251,73,97).

#fb4961 hex color red value is 251, green value is 73 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #fb4961 hue: 0.98 , saturation: 0.96 and the lightness value of fb4961 is 0.64.

The process color (four color CMYK) of #fb4961 color hex is 0.00, 0.71, 0.61, 0.02. Web safe color of #fb4961 is #ff3366. Color #fb4961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001001 01100001
Octal 373 111 141
Decimal 251 73 97
Hex FB 49 61

RGB Percentages of Color #fb4961

%59.62
%17.34
%23.04

CMYK Percentages of Color #fb4961

%0
%71
%61
%2

Triadic Colors of #fb4961

#fb4961 #61fb49 #4961fb

Analogous Colors of #fb4961

#fb4961 #fb8a49 #fb49ba

Monochromatic Colors of #fb4961

#fb4961

Complementary Color

#fb4961 #49fbe3

#fb4961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4961 Color CSS Codes

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

#fb4961 Text Font Color

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

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


#fb4961 Background Color

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

This div background color is #fb4961


#fb4961 Border Color

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

This div border color is #fb4961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4961


Comments

No comments written yet.

Please login to write comment.