Color Hex Logo

#f807bf Color Hex

#F807BF
(248,7,191)
0 Favorites   0 Comments

Color spaces of #f807bf

RGB 2487191
HSL0.870.950.50
HSV314°97°97°
CMYK 0.000.970.23   0.03
XYZ48.191323.870051.3576
Yxy23.87000.39050.1934
Hunter Lab48.856990.5685-28.1248
CIE-Lab55.957488.5393-31.6198

#f807bf color RGB value is (248,7,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000111 10111111
Octal 370 7 277
Decimal 248 7 191
Hex F8 7 BF

RGB Percentages of Color #f807bf

%55.61
%1.57
%42.83

CMYK Percentages of Color #f807bf

%0
%97
%23
%3

Triadic Colors of #f807bf

#f807bf #bff807 #07bff8

Analogous Colors of #f807bf

#f807bf #f80746 #b907f8

Monochromatic Colors of #f807bf

#f807bf

Complementary Color

#f807bf #07f840

#f807bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f807bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f807bf Color CSS Codes

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

#f807bf Text Font Color

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

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


#f807bf Background Color

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

This div background color is #f807bf


#f807bf Border Color

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

This div border color is #f807bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f807bf


Comments

No comments written yet.

Please login to write comment.