Color Hex Logo

#f156bb Color Hex

#F156BB
(241,86,187)
0 Favorites   0 Comments

Color spaces of #f156bb

RGB 24186187
HSL0.890.850.64
HSV321°64°95°
CMYK 0.000.640.22   0.05
XYZ48.573128.944250.0404
Yxy28.94420.38080.2269
Hunter Lab53.799867.0088-17.4871
CIE-Lab60.732469.0077-22.0446

#f156bb color RGB value is (241,86,187).

#f156bb hex color red value is 241, green value is 86 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f156bb hue: 0.89 , saturation: 0.85 and the lightness value of f156bb is 0.64.

The process color (four color CMYK) of #f156bb color hex is 0.00, 0.64, 0.22, 0.05. Web safe color of #f156bb is #ff66cc. Color #f156bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010110 10111011
Octal 361 126 273
Decimal 241 86 187
Hex F1 56 BB

RGB Percentages of Color #f156bb

%46.89
%16.73
%36.38

CMYK Percentages of Color #f156bb

%0
%64
%22
%5

Triadic Colors of #f156bb

#f156bb #bbf156 #56bbf1

Analogous Colors of #f156bb

#f156bb #f1566e #da56f1

Monochromatic Colors of #f156bb

#f156bb

Complementary Color

#f156bb #56f18c

#f156bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f156bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f156bb Color CSS Codes

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

#f156bb Text Font Color

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

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


#f156bb Background Color

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

This div background color is #f156bb


#f156bb Border Color

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

This div border color is #f156bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f156bb


Comments

No comments written yet.

Please login to write comment.