Color Hex Logo

#fb596e Color Hex

#FB596E
(251,89,110)
0 Favorites   0 Comments

Color spaces of #fb596e

RGB 25189110
HSL0.980.950.67
HSV352°65°98°
CMYK 0.000.650.56   0.02
XYZ46.170528.779817.8734
Yxy28.77980.49740.3100
Hunter Lab53.646859.742017.7992
CIE-Lab60.586862.932322.5382

#fb596e color RGB value is (251,89,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011001 01101110
Octal 373 131 156
Decimal 251 89 110
Hex FB 59 6E

RGB Percentages of Color #fb596e

%55.78
%19.78
%24.44

CMYK Percentages of Color #fb596e

%0
%65
%56
%2

Triadic Colors of #fb596e

#fb596e #6efb59 #596efb

Analogous Colors of #fb596e

#fb596e #fb9559 #fb59bf

Monochromatic Colors of #fb596e

#fb596e

Complementary Color

#fb596e #59fbe6

#fb596e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb596e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb596e Color CSS Codes

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

#fb596e Text Font Color

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

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


#fb596e Background Color

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

This div background color is #fb596e


#fb596e Border Color

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

This div border color is #fb596e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb596e


Comments

No comments written yet.

Please login to write comment.