Color Hex Logo

#f68dbd Color Hex

#F68DBD
(246,141,189)
0 Favorites   0 Comments

Color spaces of #f68dbd

RGB 246141189
HSL0.920.850.76
HSV333°43°96°
CMYK 0.000.430.23   0.04
XYZ56.716242.316753.3228
Yxy42.31670.37230.2777
Hunter Lab65.051341.7889-3.0643
CIE-Lab71.088745.5634-7.4923

#f68dbd color RGB value is (246,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001101 10111101
Octal 366 215 275
Decimal 246 141 189
Hex F6 8D BD

RGB Percentages of Color #f68dbd

%42.71
%24.48
%32.81

CMYK Percentages of Color #f68dbd

%0
%43
%23
%4

Triadic Colors of #f68dbd

#f68dbd #bdf68d #8dbdf6

Analogous Colors of #f68dbd

#f68dbd #f6928d #f68df2

Monochromatic Colors of #f68dbd

#f68dbd

Complementary Color

#f68dbd #8df6c6

#f68dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68dbd Color CSS Codes

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

#f68dbd Text Font Color

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

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


#f68dbd Background Color

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

This div background color is #f68dbd


#f68dbd Border Color

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

This div border color is #f68dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,141,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f68dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68dbd


Comments

No comments written yet.

Please login to write comment.