Color Hex Logo

#f668bf Color Hex

#F668BF
(246,104,191)
0 Favorites   0 Comments

Color spaces of #f668bf

RGB 246104191
HSL0.900.890.69
HSV323°58°96°
CMYK 0.000.580.22   0.04
XYZ52.360333.255052.9494
Yxy33.25500.37790.2400
Hunter Lab57.667161.1559-14.0725
CIE-Lab64.366963.4723-18.7129

#f668bf color RGB value is (246,104,191).

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

The process color (four color CMYK) of #f668bf color hex is 0.00, 0.58, 0.22, 0.04. Web safe color of #f668bf is #ff66cc. Color #f668bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101000 10111111
Octal 366 150 277
Decimal 246 104 191
Hex F6 68 BF

RGB Percentages of Color #f668bf

%45.47
%19.22
%35.30

CMYK Percentages of Color #f668bf

%0
%58
%22
%4

Triadic Colors of #f668bf

#f668bf #bff668 #68bff6

Analogous Colors of #f668bf

#f668bf #f66878 #e668f6

Monochromatic Colors of #f668bf

#f668bf

Complementary Color

#f668bf #68f69f

#f668bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f668bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f668bf Color CSS Codes

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

#f668bf Text Font Color

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

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


#f668bf Background Color

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

This div background color is #f668bf


#f668bf Border Color

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

This div border color is #f668bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f668bf


Comments

No comments written yet.

Please login to write comment.