Color Hex Logo

#f59bbf Color Hex

#F59BBF
(245,155,191)
0 Favorites   0 Comments

Color spaces of #f59bbf

RGB 245155191
HSL0.930.820.78
HSV336°37°96°
CMYK 0.000.370.22   0.04
XYZ58.781546.616855.1900
Yxy46.61680.36600.2903
Hunter Lab68.276534.1927-0.1324
CIE-Lab73.944038.3050-4.3884

#f59bbf color RGB value is (245,155,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011011 10111111
Octal 365 233 277
Decimal 245 155 191
Hex F5 9B BF

RGB Percentages of Color #f59bbf

%41.46
%26.23
%32.32

CMYK Percentages of Color #f59bbf

%0
%37
%22
%4

Triadic Colors of #f59bbf

#f59bbf #bff59b #9bbff5

Analogous Colors of #f59bbf

#f59bbf #f5a49b #f59bec

Monochromatic Colors of #f59bbf

#f59bbf

Complementary Color

#f59bbf #9bf5d1

#f59bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59bbf Color CSS Codes

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

#f59bbf Text Font Color

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

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


#f59bbf Background Color

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

This div background color is #f59bbf


#f59bbf Border Color

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

This div border color is #f59bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59bbf

Related Colors


Comments

No comments written yet.

Please login to write comment.