Color Hex Logo

#f59bbb Color Hex

#F59BBB
(245,155,187)
0 Favorites   0 Comments

Color spaces of #f59bbb

RGB 245155187
HSL0.940.820.78
HSV339°37°96°
CMYK 0.000.370.24   0.04
XYZ58.347246.443052.9029
Yxy46.44300.37000.2945
Hunter Lab68.149133.56541.6786
CIE-Lab73.832137.7357-2.3475

#f59bbb color RGB value is (245,155,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011011 10111011
Octal 365 233 273
Decimal 245 155 187
Hex F5 9B BB

RGB Percentages of Color #f59bbb

%41.74
%26.41
%31.86

CMYK Percentages of Color #f59bbb

%0
%37
%24
%4

Triadic Colors of #f59bbb

#f59bbb #bbf59b #9bbbf5

Analogous Colors of #f59bbb

#f59bbb #f5a89b #f59be8

Monochromatic Colors of #f59bbb

#f59bbb

Complementary Color

#f59bbb #9bf5d5

#f59bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59bbb Color CSS Codes

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

#f59bbb Text Font Color

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

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


#f59bbb Background Color

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

This div background color is #f59bbb


#f59bbb Border Color

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

This div border color is #f59bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59bbb

Related Colors


Comments

No comments written yet.

Please login to write comment.