Color Hex Logo

#f06dac Color Hex

#F06DAC
(240,109,172)
0 Favorites   0 Comments

Color spaces of #f06dac

RGB 240109172
HSL0.920.810.68
HSV331°55°94°
CMYK 0.000.550.28   0.06
XYZ48.850232.441142.7168
Yxy32.44110.39390.2616
Hunter Lab56.957153.4186-4.5965
CIE-Lab63.705856.9499-8.9881

#f06dac color RGB value is (240,109,172).

#f06dac hex color red value is 240, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f06dac hue: 0.92 , saturation: 0.81 and the lightness value of f06dac is 0.68.

The process color (four color CMYK) of #f06dac color hex is 0.00, 0.55, 0.28, 0.06. Web safe color of #f06dac is #ff6699. Color #f06dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101101 10101100
Octal 360 155 254
Decimal 240 109 172
Hex F0 6D AC

RGB Percentages of Color #f06dac

%46.07
%20.92
%33.01

CMYK Percentages of Color #f06dac

%0
%55
%28
%6

Triadic Colors of #f06dac

#f06dac #acf06d #6dacf0

Analogous Colors of #f06dac

#f06dac #f0706d #f06dee

Monochromatic Colors of #f06dac

#f06dac

Complementary Color

#f06dac #6df0b1

#f06dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06dac Color CSS Codes

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

#f06dac Text Font Color

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

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


#f06dac Background Color

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

This div background color is #f06dac


#f06dac Border Color

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

This div border color is #f06dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,109,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06dac


Comments

No comments written yet.

Please login to write comment.