Color Hex Logo

#fb596c Color Hex

#FB596C
(251,89,108)
0 Favorites   0 Comments

Color spaces of #fb596c

RGB 25189108
HSL0.980.950.67
HSV353°65°98°
CMYK 0.000.650.57   0.02
XYZ46.062828.736717.3063
Yxy28.73670.50010.3120
Hunter Lab53.606659.568918.3835
CIE-Lab60.548562.791323.6429

#fb596c color RGB value is (251,89,108).

#fb596c hex color red value is 251, green value is 89 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fb596c hue: 0.98 , saturation: 0.95 and the lightness value of fb596c is 0.67.

The process color (four color CMYK) of #fb596c color hex is 0.00, 0.65, 0.57, 0.02. Web safe color of #fb596c is #ff6666. Color #fb596c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011001 01101100
Octal 373 131 154
Decimal 251 89 108
Hex FB 59 6C

RGB Percentages of Color #fb596c

%56.03
%19.87
%24.11

CMYK Percentages of Color #fb596c

%0
%65
%57
%2

Triadic Colors of #fb596c

#fb596c #6cfb59 #596cfb

Analogous Colors of #fb596c

#fb596c #fb9759 #fb59bd

Monochromatic Colors of #fb596c

#fb596c

Complementary Color

#fb596c #59fbe8

#fb596c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb596c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb596c Color CSS Codes

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

#fb596c Text Font Color

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

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


#fb596c Background Color

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

This div background color is #fb596c


#fb596c Border Color

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

This div border color is #fb596c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb596c


Comments

No comments written yet.

Please login to write comment.