Color Hex Logo

#f09cde Color Hex

#F09CDE
(240,156,222)
0 Favorites   0 Comments

Color spaces of #f09cde

RGB 240156222
HSL0.870.740.78
HSV313°35°94°
CMYK 0.000.350.08   0.06
XYZ61.008547.576175.0749
Yxy47.57610.33220.2590
Hunter Lab68.975437.1756-16.2502
CIE-Lab74.556840.9769-20.5561

#f09cde color RGB value is (240,156,222).

#f09cde hex color red value is 240, green value is 156 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f09cde hue: 0.87 , saturation: 0.74 and the lightness value of f09cde is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011100 11011110
Octal 360 234 336
Decimal 240 156 222
Hex F0 9C DE

RGB Percentages of Color #f09cde

%38.83
%25.24
%35.92

CMYK Percentages of Color #f09cde

%0
%35
%8
%6

Triadic Colors of #f09cde

#f09cde #def09c #9cdef0

Analogous Colors of #f09cde

#f09cde #f09cb4 #d89cf0

Monochromatic Colors of #f09cde

#f09cde

Complementary Color

#f09cde #9cf0ae

#f09cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09cde Color CSS Codes

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

#f09cde Text Font Color

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

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


#f09cde Background Color

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

This div background color is #f09cde


#f09cde Border Color

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

This div border color is #f09cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09cde


Comments

No comments written yet.

Please login to write comment.