Color Hex Logo

#f581bb Color Hex

#F581BB
(245,129,187)
0 Favorites   0 Comments

Color spaces of #f581bb

RGB 245129187
HSL0.920.850.73
HSV330°47°96°
CMYK 0.000.470.24   0.04
XYZ54.476138.700851.6125
Yxy38.70080.37620.2673
Hunter Lab62.210047.4417-5.6430
CIE-Lab68.534050.9587-10.1932

#f581bb color RGB value is (245,129,187).

#f581bb hex color red value is 245, green value is 129 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f581bb hue: 0.92 , saturation: 0.85 and the lightness value of f581bb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000001 10111011
Octal 365 201 273
Decimal 245 129 187
Hex F5 81 BB

RGB Percentages of Color #f581bb

%43.67
%22.99
%33.33

CMYK Percentages of Color #f581bb

%0
%47
%24
%4

Triadic Colors of #f581bb

#f581bb #bbf581 #81bbf5

Analogous Colors of #f581bb

#f581bb #f58181 #f581f5

Monochromatic Colors of #f581bb

#f581bb

Complementary Color

#f581bb #81f5bb

#f581bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f581bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f581bb Color CSS Codes

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

#f581bb Text Font Color

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

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


#f581bb Background Color

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

This div background color is #f581bb


#f581bb Border Color

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

This div border color is #f581bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f581bb


Comments

No comments written yet.

Please login to write comment.