Color Hex Logo

#f590bb Color Hex

#F590BB
(245,144,187)
0 Favorites   0 Comments

Color spaces of #f590bb

RGB 245144187
HSL0.930.830.76
HSV334°41°96°
CMYK 0.000.410.24   0.04
XYZ56.599142.946952.3202
Yxy42.94690.37270.2828
Hunter Lab65.533939.4793-1.4616
CIE-Lab71.518943.4192-5.7563

#f590bb color RGB value is (245,144,187).

#f590bb hex color red value is 245, green value is 144 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f590bb hue: 0.93 , saturation: 0.83 and the lightness value of f590bb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010000 10111011
Octal 365 220 273
Decimal 245 144 187
Hex F5 90 BB

RGB Percentages of Color #f590bb

%42.53
%25.00
%32.47

CMYK Percentages of Color #f590bb

%0
%41
%24
%4

Triadic Colors of #f590bb

#f590bb #bbf590 #90bbf5

Analogous Colors of #f590bb

#f590bb #f59890 #f590ee

Monochromatic Colors of #f590bb

#f590bb

Complementary Color

#f590bb #90f5ca

#f590bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f590bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f590bb Color CSS Codes

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

#f590bb Text Font Color

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

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


#f590bb Background Color

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

This div background color is #f590bb


#f590bb Border Color

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

This div border color is #f590bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f590bb


Comments

No comments written yet.

Please login to write comment.