Color Hex Logo

#f09dc7 Color Hex

#F09DC7
(240,157,199)
0 Favorites   0 Comments

Color spaces of #f09dc7

RGB 240157199
HSL0.920.730.78
HSV330°35°94°
CMYK 0.000.350.17   0.06
XYZ58.301046.762759.9861
Yxy46.76270.35320.2833
Hunter Lab68.383332.5117-4.1412
CIE-Lab74.037736.7370-8.7184

#f09dc7 color RGB value is (240,157,199).

#f09dc7 hex color red value is 240, green value is 157 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #f09dc7 hue: 0.92 , saturation: 0.73 and the lightness value of f09dc7 is 0.78.

The process color (four color CMYK) of #f09dc7 color hex is 0.00, 0.35, 0.17, 0.06. Web safe color of #f09dc7 is #ff99cc. Color #f09dc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011101 11000111
Octal 360 235 307
Decimal 240 157 199
Hex F0 9D C7

RGB Percentages of Color #f09dc7

%40.27
%26.34
%33.39

CMYK Percentages of Color #f09dc7

%0
%35
%17
%6

Triadic Colors of #f09dc7

#f09dc7 #c7f09d #9dc7f0

Analogous Colors of #f09dc7

#f09dc7 #f09d9e #f09df0

Monochromatic Colors of #f09dc7

#f09dc7

Complementary Color

#f09dc7 #9df0c6

#f09dc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09dc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09dc7 Color CSS Codes

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

#f09dc7 Text Font Color

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

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


#f09dc7 Background Color

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

This div background color is #f09dc7


#f09dc7 Border Color

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

This div border color is #f09dc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09dc7


Comments

No comments written yet.

Please login to write comment.