Color Hex Logo

#f000bf Color Hex

#F000BF
(240,0,191)
0 Favorites   0 Comments

Color spaces of #f000bf

RGB 2400191
HSL0.871.000.47
HSV312°100°94°
CMYK 0.001.000.20   0.06
XYZ45.339222.286951.2024
Yxy22.28690.38160.1876
Hunter Lab47.209088.8144-31.2590
CIE-Lab54.330187.5276-34.2686

#f000bf color RGB value is (240,0,191).

#f000bf hex color red value is 240, green value is 0 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f000bf hue: 0.87 , saturation: 1.00 and the lightness value of f000bf is 0.47.

The process color (four color CMYK) of #f000bf color hex is 0.00, 1.00, 0.20, 0.06. Web safe color of #f000bf is #ff00cc. Color #f000bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000000 10111111
Octal 360 0 277
Decimal 240 0 191
Hex F0 0 BF

RGB Percentages of Color #f000bf

%55.68
%0.00
%44.32

CMYK Percentages of Color #f000bf

%0
%100
%20
%6

Triadic Colors of #f000bf

#f000bf #bff000 #00bff0

Analogous Colors of #f000bf

#f000bf #f00047 #a900f0

Monochromatic Colors of #f000bf

#f000bf

Complementary Color

#f000bf #00f031

#f000bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f000bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f000bf Color CSS Codes

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

#f000bf Text Font Color

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

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


#f000bf Background Color

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

This div background color is #f000bf


#f000bf Border Color

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

This div border color is #f000bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f000bf


Comments

No comments written yet.

Please login to write comment.