Color Hex Logo

#f081bb Color Hex

#F081BB
(240,129,187)
0 Favorites   0 Comments

Color spaces of #f081bb

RGB 240129187
HSL0.910.790.72
HSV329°46°94°
CMYK 0.000.460.22   0.06
XYZ52.755137.813651.5320
Yxy37.81360.37130.2661
Hunter Lab61.492845.5241-6.6411
CIE-Lab67.883049.3440-11.2345

#f081bb color RGB value is (240,129,187).

#f081bb hex color red value is 240, green value is 129 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f081bb hue: 0.91 , saturation: 0.79 and the lightness value of f081bb is 0.72.

The process color (four color CMYK) of #f081bb color hex is 0.00, 0.46, 0.22, 0.06. Web safe color of #f081bb is #ff99cc. Color #f081bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000001 10111011
Octal 360 201 273
Decimal 240 129 187
Hex F0 81 BB

RGB Percentages of Color #f081bb

%43.17
%23.20
%33.63

CMYK Percentages of Color #f081bb

%0
%46
%22
%6

Triadic Colors of #f081bb

#f081bb #bbf081 #81bbf0

Analogous Colors of #f081bb

#f081bb #f08184 #ee81f0

Monochromatic Colors of #f081bb

#f081bb

Complementary Color

#f081bb #81f0b6

#f081bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f081bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f081bb Color CSS Codes

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

#f081bb Text Font Color

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

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


#f081bb Background Color

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

This div background color is #f081bb


#f081bb Border Color

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

This div border color is #f081bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f081bb


Comments

No comments written yet.

Please login to write comment.