Color Hex Logo

#f597ba Color Hex

#F597BA
(245,151,186)
0 Favorites   0 Comments

Color spaces of #f597ba

RGB 245151186
HSL0.940.820.78
HSV338°38°96°
CMYK 0.000.380.24   0.04
XYZ57.585745.090952.1227
Yxy45.09090.37200.2913
Hunter Lab67.149835.56440.9830
CIE-Lab72.951739.6736-3.0886

#f597ba color RGB value is (245,151,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010111 10111010
Octal 365 227 272
Decimal 245 151 186
Hex F5 97 BA

RGB Percentages of Color #f597ba

%42.10
%25.95
%31.96

CMYK Percentages of Color #f597ba

%0
%38
%24
%4

Triadic Colors of #f597ba

#f597ba #baf597 #97baf5

Analogous Colors of #f597ba

#f597ba #f5a397 #f597e9

Monochromatic Colors of #f597ba

#f597ba

Complementary Color

#f597ba #97f5d2

#f597ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f597ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f597ba Color CSS Codes

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

#f597ba Text Font Color

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

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


#f597ba Background Color

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

This div background color is #f597ba


#f597ba Border Color

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

This div border color is #f597ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f597ba


Comments

No comments written yet.

Please login to write comment.