Color Hex Logo

#f09bbf Color Hex

#F09BBF
(240,155,191)
0 Favorites   0 Comments

Color spaces of #f09bbf

RGB 240155191
HSL0.930.740.77
HSV335°35°94°
CMYK 0.000.350.20   0.06
XYZ57.060545.729555.1095
Yxy45.72950.36140.2896
Hunter Lab67.623632.2763-0.9816
CIE-Lab73.369736.5819-5.3011

#f09bbf color RGB value is (240,155,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011011 10111111
Octal 360 233 277
Decimal 240 155 191
Hex F0 9B BF

RGB Percentages of Color #f09bbf

%40.96
%26.45
%32.59

CMYK Percentages of Color #f09bbf

%0
%35
%20
%6

Triadic Colors of #f09bbf

#f09bbf #bff09b #9bbff0

Analogous Colors of #f09bbf

#f09bbf #f0a29b #f09bea

Monochromatic Colors of #f09bbf

#f09bbf

Complementary Color

#f09bbf #9bf0cc

#f09bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09bbf Color CSS Codes

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

#f09bbf Text Font Color

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

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


#f09bbf Background Color

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

This div background color is #f09bbf


#f09bbf Border Color

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

This div border color is #f09bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09bbf


Comments

No comments written yet.

Please login to write comment.