Color Hex Logo

#f08dac Color Hex

#F08DAC
(240,141,172)
0 Favorites   0 Comments

Color spaces of #f08dac

RGB 240141172
HSL0.950.770.75
HSV341°41°94°
CMYK 0.000.410.28   0.06
XYZ52.906540.553644.0689
Yxy40.55360.38470.2949
Hunter Lab63.681736.85413.5474
CIE-Lab69.862041.20650.0974

#f08dac color RGB value is (240,141,172).

#f08dac hex color red value is 240, green value is 141 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f08dac hue: 0.95 , saturation: 0.77 and the lightness value of f08dac is 0.75.

The process color (four color CMYK) of #f08dac color hex is 0.00, 0.41, 0.28, 0.06. Web safe color of #f08dac is #ff9999. Color #f08dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001101 10101100
Octal 360 215 254
Decimal 240 141 172
Hex F0 8D AC

RGB Percentages of Color #f08dac

%43.40
%25.50
%31.10

CMYK Percentages of Color #f08dac

%0
%41
%28
%6

Triadic Colors of #f08dac

#f08dac #acf08d #8dacf0

Analogous Colors of #f08dac

#f08dac #f0a08d #f08dde

Monochromatic Colors of #f08dac

#f08dac

Complementary Color

#f08dac #8df0d1

#f08dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08dac Color CSS Codes

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

#f08dac Text Font Color

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

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


#f08dac Background Color

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

This div background color is #f08dac


#f08dac Border Color

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

This div border color is #f08dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08dac


Comments

No comments written yet.

Please login to write comment.