Color Hex Logo

#f688bd Color Hex

#F688BD
(246,136,189)
0 Favorites   0 Comments

Color spaces of #f688bd

RGB 246136189
HSL0.920.860.75
HSV331°45°96°
CMYK 0.000.450.23   0.04
XYZ55.995540.875353.0825
Yxy40.87530.37340.2726
Hunter Lab63.933844.4525-4.4732
CIE-Lab70.088548.0843-8.9797

#f688bd color RGB value is (246,136,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001000 10111101
Octal 366 210 275
Decimal 246 136 189
Hex F6 88 BD

RGB Percentages of Color #f688bd

%43.08
%23.82
%33.10

CMYK Percentages of Color #f688bd

%0
%45
%23
%4

Triadic Colors of #f688bd

#f688bd #bdf688 #88bdf6

Analogous Colors of #f688bd

#f688bd #f68a88 #f688f4

Monochromatic Colors of #f688bd

#f688bd

Complementary Color

#f688bd #88f6c1

#f688bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f688bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f688bd Color CSS Codes

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

#f688bd Text Font Color

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

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


#f688bd Background Color

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

This div background color is #f688bd


#f688bd Border Color

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

This div border color is #f688bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f688bd


Comments

No comments written yet.

Please login to write comment.