Color Hex Logo

#fb4964 Color Hex

#FB4964
(251,73,100)
0 Favorites   0 Comments

Color spaces of #fb4964

RGB 25173100
HSL0.970.960.64
HSV351°71°98°
CMYK 0.000.710.60   0.02
XYZ44.466526.194414.7690
Yxy26.19440.52050.3066
Hunter Lab51.180565.518218.7172
CIE-Lab58.221168.233125.2068

#fb4964 color RGB value is (251,73,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001001 01100100
Octal 373 111 144
Decimal 251 73 100
Hex FB 49 64

RGB Percentages of Color #fb4964

%59.20
%17.22
%23.58

CMYK Percentages of Color #fb4964

%0
%71
%60
%2

Triadic Colors of #fb4964

#fb4964 #64fb49 #4964fb

Analogous Colors of #fb4964

#fb4964 #fb8749 #fb49bd

Monochromatic Colors of #fb4964

#fb4964

Complementary Color

#fb4964 #49fbe0

#fb4964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4964 Color CSS Codes

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

#fb4964 Text Font Color

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

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


#fb4964 Background Color

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

This div background color is #fb4964


#fb4964 Border Color

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

This div border color is #fb4964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4964


Comments

No comments written yet.

Please login to write comment.