Color Hex Logo

#f808bb Color Hex

#F808BB
(248,8,187)
0 Favorites   0 Comments

Color spaces of #f808bb

RGB 2488187
HSL0.880.940.50
HSV315°97°97°
CMYK 0.000.970.25   0.03
XYZ47.767923.718049.0741
Yxy23.71800.39620.1967
Hunter Lab48.701189.8525-25.6533
CIE-Lab55.804388.0279-29.5413

#f808bb color RGB value is (248,8,187).

#f808bb hex color red value is 248, green value is 8 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f808bb hue: 0.88 , saturation: 0.94 and the lightness value of f808bb is 0.50.

The process color (four color CMYK) of #f808bb color hex is 0.00, 0.97, 0.25, 0.03. Web safe color of #f808bb is #ff00cc. Color #f808bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001000 10111011
Octal 370 10 273
Decimal 248 8 187
Hex F8 8 BB

RGB Percentages of Color #f808bb

%55.98
%1.81
%42.21

CMYK Percentages of Color #f808bb

%0
%97
%25
%3

Triadic Colors of #f808bb

#f808bb #bbf808 #08bbf8

Analogous Colors of #f808bb

#f808bb #f80843 #bd08f8

Monochromatic Colors of #f808bb

#f808bb

Complementary Color

#f808bb #08f845

#f808bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f808bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f808bb Color CSS Codes

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

#f808bb Text Font Color

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

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


#f808bb Background Color

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

This div background color is #f808bb


#f808bb Border Color

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

This div border color is #f808bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f808bb


Comments

No comments written yet.

Please login to write comment.