Color Hex Logo

#f68dbf Color Hex

#F68DBF
(246,141,191)
0 Favorites   0 Comments

Color spaces of #f68dbf

RGB 246141191
HSL0.920.850.76
HSV331°43°96°
CMYK 0.000.430.22   0.04
XYZ56.934942.404254.4742
Yxy42.40420.37020.2757
Hunter Lab65.118542.1101-4.0155
CIE-Lab71.148745.8452-8.5155

#f68dbf color RGB value is (246,141,191).

#f68dbf hex color red value is 246, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f68dbf hue: 0.92 , saturation: 0.85 and the lightness value of f68dbf is 0.76.

The process color (four color CMYK) of #f68dbf color hex is 0.00, 0.43, 0.22, 0.04. Web safe color of #f68dbf is #ff99cc. Color #f68dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001101 10111111
Octal 366 215 277
Decimal 246 141 191
Hex F6 8D BF

RGB Percentages of Color #f68dbf

%42.56
%24.39
%33.04

CMYK Percentages of Color #f68dbf

%0
%43
%22
%4

Triadic Colors of #f68dbf

#f68dbf #bff68d #8dbff6

Analogous Colors of #f68dbf

#f68dbf #f6908d #f68df4

Monochromatic Colors of #f68dbf

#f68dbf

Complementary Color

#f68dbf #8df6c4

#f68dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68dbf Color CSS Codes

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

#f68dbf Text Font Color

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

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


#f68dbf Background Color

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

This div background color is #f68dbf


#f68dbf Border Color

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

This div border color is #f68dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68dbf

Related Colors


Comments

No comments written yet.

Please login to write comment.