Color Hex Logo

#f59cba Color Hex

#F59CBA
(245,156,186)
0 Favorites   0 Comments

Color spaces of #f59cba

RGB 245156186
HSL0.940.820.79
HSV340°36°96°
CMYK 0.000.360.24   0.04
XYZ58.407646.734652.3966
Yxy46.73460.37080.2967
Hunter Lab68.362732.87172.4111
CIE-Lab74.019737.0736-1.5208

#f59cba color RGB value is (245,156,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011100 10111010
Octal 365 234 272
Decimal 245 156 186
Hex F5 9C BA

RGB Percentages of Color #f59cba

%41.74
%26.58
%31.69

CMYK Percentages of Color #f59cba

%0
%36
%24
%4

Triadic Colors of #f59cba

#f59cba #baf59c #9cbaf5

Analogous Colors of #f59cba

#f59cba #f5ab9c #f59ce7

Monochromatic Colors of #f59cba

#f59cba

Complementary Color

#f59cba #9cf5d7

#f59cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59cba Color CSS Codes

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

#f59cba Text Font Color

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

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


#f59cba Background Color

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

This div background color is #f59cba


#f59cba Border Color

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

This div border color is #f59cba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,156,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 #f59cba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59cba

Related Colors


Comments

No comments written yet.

Please login to write comment.