Color Hex Logo

#f09bbc Color Hex

#F09BBC
(240,155,188)
0 Favorites   0 Comments

Color spaces of #f09bbc

RGB 240155188
HSL0.940.740.77
HSV337°35°94°
CMYK 0.000.350.22   0.06
XYZ56.733645.598853.3882
Yxy45.59880.36430.2928
Hunter Lab67.526931.79710.3929
CIE-Lab73.284436.1422-3.7710

#f09bbc color RGB value is (240,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011011 10111100
Octal 360 233 274
Decimal 240 155 188
Hex F0 9B BC

RGB Percentages of Color #f09bbc

%41.17
%26.59
%32.25

CMYK Percentages of Color #f09bbc

%0
%35
%22
%6

Triadic Colors of #f09bbc

#f09bbc #bcf09b #9bbcf0

Analogous Colors of #f09bbc

#f09bbc #f0a59b #f09be7

Monochromatic Colors of #f09bbc

#f09bbc

Complementary Color

#f09bbc #9bf0cf

#f09bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09bbc Color CSS Codes

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

#f09bbc Text Font Color

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

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


#f09bbc Background Color

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

This div background color is #f09bbc


#f09bbc Border Color

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

This div border color is #f09bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09bbc


Comments

No comments written yet.

Please login to write comment.