Color Hex Logo

#f09dde Color Hex

#F09DDE
(240,157,222)
0 Favorites   0 Comments

Color spaces of #f09dde

RGB 240157222
HSL0.870.730.78
HSV313°35°94°
CMYK 0.000.350.08   0.06
XYZ61.177047.913175.1310
Yxy47.91310.33210.2601
Hunter Lab69.219336.6271-15.9002
CIE-Lab74.770140.4541-20.2323

#f09dde color RGB value is (240,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011101 11011110
Octal 360 235 336
Decimal 240 157 222
Hex F0 9D DE

RGB Percentages of Color #f09dde

%38.77
%25.36
%35.86

CMYK Percentages of Color #f09dde

%0
%35
%8
%6

Triadic Colors of #f09dde

#f09dde #def09d #9ddef0

Analogous Colors of #f09dde

#f09dde #f09db5 #d99df0

Monochromatic Colors of #f09dde

#f09dde

Complementary Color

#f09dde #9df0af

#f09dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09dde Color CSS Codes

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

#f09dde Text Font Color

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

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


#f09dde Background Color

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

This div background color is #f09dde


#f09dde Border Color

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

This div border color is #f09dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09dde


Comments

No comments written yet.

Please login to write comment.