Color Hex Logo

#f808be Color Hex

#F808BE
(248,8,190)
0 Favorites   0 Comments

Color spaces of #f808be

RGB 2488190
HSL0.870.940.50
HSV315°97°97°
CMYK 0.000.970.23   0.03
XYZ48.092523.847850.7835
Yxy23.84780.39190.1943
Hunter Lab48.834290.3290-27.4727
CIE-Lab55.935188.3628-31.0760

#f808be color RGB value is (248,8,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001000 10111110
Octal 370 10 276
Decimal 248 8 190
Hex F8 8 BE

RGB Percentages of Color #f808be

%55.61
%1.79
%42.60

CMYK Percentages of Color #f808be

%0
%97
%23
%3

Triadic Colors of #f808be

#f808be #bef808 #08bef8

Analogous Colors of #f808be

#f808be #f80846 #ba08f8

Monochromatic Colors of #f808be

#f808be

Complementary Color

#f808be #08f842

#f808be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f808be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f808be Color CSS Codes

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

#f808be Text Font Color

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

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


#f808be Background Color

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

This div background color is #f808be


#f808be Border Color

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

This div border color is #f808be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,8,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f808be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f808be


Comments

No comments written yet.

Please login to write comment.