Color Hex Logo

#f80fbf Color Hex

#F80FBF
(248,15,191)
0 Favorites   0 Comments

Color spaces of #f80fbf

RGB 24815191
HSL0.870.940.52
HSV315°94°97°
CMYK 0.000.940.23   0.03
XYZ48.286224.059751.3892
Yxy24.05970.39020.1944
Hunter Lab49.050789.8793-27.7812
CIE-Lab56.147587.9813-31.3240

#f80fbf color RGB value is (248,15,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001111 10111111
Octal 370 17 277
Decimal 248 15 191
Hex F8 F BF

RGB Percentages of Color #f80fbf

%54.63
%3.30
%42.07

CMYK Percentages of Color #f80fbf

%0
%94
%23
%3

Triadic Colors of #f80fbf

#f80fbf #bff80f #0fbff8

Analogous Colors of #f80fbf

#f80fbf #f80f4b #bd0ff8

Monochromatic Colors of #f80fbf

#f80fbf

Complementary Color

#f80fbf #0ff848

#f80fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80fbf Color CSS Codes

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

#f80fbf Text Font Color

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

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


#f80fbf Background Color

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

This div background color is #f80fbf


#f80fbf Border Color

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

This div border color is #f80fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80fbf


Comments

No comments written yet.

Please login to write comment.