Color Hex Logo

#f09bbe Color Hex

#F09BBE
(240,155,190)
0 Favorites   0 Comments

Color spaces of #f09bbe

RGB 240155190
HSL0.930.740.77
HSV335°35°94°
CMYK 0.000.350.21   0.06
XYZ56.950845.685754.5318
Yxy45.68570.36240.2907
Hunter Lab67.591232.1154-0.5207
CIE-Lab73.341136.4344-4.7914

#f09bbe color RGB value is (240,155,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011011 10111110
Octal 360 233 276
Decimal 240 155 190
Hex F0 9B BE

RGB Percentages of Color #f09bbe

%41.03
%26.50
%32.48

CMYK Percentages of Color #f09bbe

%0
%35
%21
%6

Triadic Colors of #f09bbe

#f09bbe #bef09b #9bbef0

Analogous Colors of #f09bbe

#f09bbe #f0a39b #f09be9

Monochromatic Colors of #f09bbe

#f09bbe

Complementary Color

#f09bbe #9bf0cd

#f09bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09bbe Color CSS Codes

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

#f09bbe Text Font Color

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

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


#f09bbe Background Color

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

This div background color is #f09bbe


#f09bbe Border Color

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

This div border color is #f09bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09bbe


Comments

No comments written yet.

Please login to write comment.