Color Hex Logo

#f597bb Color Hex

#F597BB
(245,151,187)
0 Favorites   0 Comments

Color spaces of #f597bb

RGB 245151187
HSL0.940.820.78
HSV337°38°96°
CMYK 0.000.380.24   0.04
XYZ57.692445.133652.6846
Yxy45.13360.37100.2902
Hunter Lab67.181535.71980.5311
CIE-Lab72.979839.8137-3.6004

#f597bb color RGB value is (245,151,187).

#f597bb hex color red value is 245, green value is 151 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f597bb hue: 0.94 , saturation: 0.82 and the lightness value of f597bb is 0.78.

The process color (four color CMYK) of #f597bb color hex is 0.00, 0.38, 0.24, 0.04. Web safe color of #f597bb is #ff99cc. Color #f597bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010111 10111011
Octal 365 227 273
Decimal 245 151 187
Hex F5 97 BB

RGB Percentages of Color #f597bb

%42.02
%25.90
%32.08

CMYK Percentages of Color #f597bb

%0
%38
%24
%4

Triadic Colors of #f597bb

#f597bb #bbf597 #97bbf5

Analogous Colors of #f597bb

#f597bb #f5a297 #f597ea

Monochromatic Colors of #f597bb

#f597bb

Complementary Color

#f597bb #97f5d1

#f597bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f597bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f597bb Color CSS Codes

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

#f597bb Text Font Color

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

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


#f597bb Background Color

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

This div background color is #f597bb


#f597bb Border Color

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

This div border color is #f597bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,151,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f597bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f597bb;
  -webkit-box-shadow: 1px 1px 3px 2px #f597bb;
  box-shadow:         1px 1px 3px 2px #f597bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,151,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f597bb


Comments

No comments written yet.

Please login to write comment.