Color Hex Logo

#f856bb Color Hex

#F856BB
(248,86,187)
0 Favorites   0 Comments

Color spaces of #f856bb

RGB 24886187
HSL0.900.920.65
HSV323°65°97°
CMYK 0.000.650.25   0.03
XYZ51.008830.199950.1544
Yxy30.19990.38830.2299
Hunter Lab54.954469.5137-15.6432
CIE-Lab61.826370.8655-20.2756

#f856bb color RGB value is (248,86,187).

#f856bb hex color red value is 248, green value is 86 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f856bb hue: 0.90 , saturation: 0.92 and the lightness value of f856bb is 0.65.

The process color (four color CMYK) of #f856bb color hex is 0.00, 0.65, 0.25, 0.03. Web safe color of #f856bb is #ff66cc. Color #f856bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010110 10111011
Octal 370 126 273
Decimal 248 86 187
Hex F8 56 BB

RGB Percentages of Color #f856bb

%47.60
%16.51
%35.89

CMYK Percentages of Color #f856bb

%0
%65
%25
%3

Triadic Colors of #f856bb

#f856bb #bbf856 #56bbf8

Analogous Colors of #f856bb

#f856bb #f8566a #e456f8

Monochromatic Colors of #f856bb

#f856bb

Complementary Color

#f856bb #56f893

#f856bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f856bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f856bb Color CSS Codes

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

#f856bb Text Font Color

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

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


#f856bb Background Color

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

This div background color is #f856bb


#f856bb Border Color

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

This div border color is #f856bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f856bb


Comments

No comments written yet.

Please login to write comment.