Color Hex Logo

#f068bf Color Hex

#F068BF
(240,104,191)
0 Favorites   0 Comments

Color spaces of #f068bf

RGB 240104191
HSL0.890.820.67
HSV322°57°94°
CMYK 0.000.570.20   0.06
XYZ50.289532.187552.8525
Yxy32.18750.37160.2378
Hunter Lab56.734058.9393-15.5198
CIE-Lab63.497561.7430-20.1157

#f068bf color RGB value is (240,104,191).

#f068bf hex color red value is 240, green value is 104 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f068bf hue: 0.89 , saturation: 0.82 and the lightness value of f068bf is 0.67.

The process color (four color CMYK) of #f068bf color hex is 0.00, 0.57, 0.20, 0.06. Web safe color of #f068bf is #ff66cc. Color #f068bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101000 10111111
Octal 360 150 277
Decimal 240 104 191
Hex F0 68 BF

RGB Percentages of Color #f068bf

%44.86
%19.44
%35.70

CMYK Percentages of Color #f068bf

%0
%57
%20
%6

Triadic Colors of #f068bf

#f068bf #bff068 #68bff0

Analogous Colors of #f068bf

#f068bf #f0687b #dd68f0

Monochromatic Colors of #f068bf

#f068bf

Complementary Color

#f068bf #68f099

#f068bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f068bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f068bf Color CSS Codes

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

#f068bf Text Font Color

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

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


#f068bf Background Color

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

This div background color is #f068bf


#f068bf Border Color

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

This div border color is #f068bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f068bf


Comments

No comments written yet.

Please login to write comment.