Color Hex Logo

#f09bdf Color Hex

#F09BDF
(240,155,223)
0 Favorites   0 Comments

Color spaces of #f09bdf

RGB 240155223
HSL0.870.740.77
HSV312°35°94°
CMYK 0.000.350.07   0.06
XYZ60.975847.295775.7272
Yxy47.29570.33140.2570
Hunter Lab68.771937.9142-17.1461
CIE-Lab74.378541.6682-21.3737

#f09bdf color RGB value is (240,155,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011011 11011111
Octal 360 233 337
Decimal 240 155 223
Hex F0 9B DF

RGB Percentages of Color #f09bdf

%38.83
%25.08
%36.08

CMYK Percentages of Color #f09bdf

%0
%35
%7
%6

Triadic Colors of #f09bdf

#f09bdf #dff09b #9bdff0

Analogous Colors of #f09bdf

#f09bdf #f09bb5 #d79bf0

Monochromatic Colors of #f09bdf

#f09bdf

Complementary Color

#f09bdf #9bf0ac

#f09bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09bdf Color CSS Codes

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

#f09bdf Text Font Color

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

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


#f09bdf Background Color

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

This div background color is #f09bdf


#f09bdf Border Color

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

This div border color is #f09bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09bdf


Comments

No comments written yet.

Please login to write comment.