Color Hex Logo

#fb597f Color Hex

#FB597F
(251,89,127)
0 Favorites   0 Comments

Color spaces of #fb597f

RGB 25189127
HSL0.960.950.67
HSV346°65°98°
CMYK 0.000.650.49   0.02
XYZ47.186829.186323.2252
Yxy29.18630.47380.2930
Hunter Lab54.024361.365712.3281
CIE-Lab60.945764.248313.1663

#fb597f color RGB value is (251,89,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011001 01111111
Octal 373 131 177
Decimal 251 89 127
Hex FB 59 7F

RGB Percentages of Color #fb597f

%53.75
%19.06
%27.19

CMYK Percentages of Color #fb597f

%0
%65
%49
%2

Triadic Colors of #fb597f

#fb597f #7ffb59 #597ffb

Analogous Colors of #fb597f

#fb597f #fb8459 #fb59d0

Monochromatic Colors of #fb597f

#fb597f

Complementary Color

#fb597f #59fbd5

#fb597f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb597f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb597f Color CSS Codes

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

#fb597f Text Font Color

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

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


#fb597f Background Color

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

This div background color is #fb597f


#fb597f Border Color

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

This div border color is #fb597f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb597f


Comments

No comments written yet.

Please login to write comment.