Color Hex Logo

#f09dbf Color Hex

#F09DBF
(240,157,191)
0 Favorites   0 Comments

Color spaces of #f09dbf

RGB 240157191
HSL0.930.730.78
HSV335°35°94°
CMYK 0.000.350.20   0.06
XYZ57.396146.400855.2214
Yxy46.40080.36090.2918
Hunter Lab68.118131.1967-0.3820
CIE-Lab73.804935.5314-4.6586

#f09dbf color RGB value is (240,157,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011101 10111111
Octal 360 235 277
Decimal 240 157 191
Hex F0 9D BF

RGB Percentages of Color #f09dbf

%40.82
%26.70
%32.48

CMYK Percentages of Color #f09dbf

%0
%35
%20
%6

Triadic Colors of #f09dbf

#f09dbf #bff09d #9dbff0

Analogous Colors of #f09dbf

#f09dbf #f0a59d #f09de9

Monochromatic Colors of #f09dbf

#f09dbf

Complementary Color

#f09dbf #9df0ce

#f09dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09dbf Color CSS Codes

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

#f09dbf Text Font Color

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

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


#f09dbf Background Color

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

This div background color is #f09dbf


#f09dbf Border Color

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

This div border color is #f09dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09dbf


Comments

No comments written yet.

Please login to write comment.