Color Hex Logo

#f097bf Color Hex

#F097BF
(240,151,191)
0 Favorites   0 Comments

Color spaces of #f097bf

RGB 240151191
HSL0.930.750.77
HSV333°37°94°
CMYK 0.000.370.20   0.06
XYZ56.405844.420154.8912
Yxy44.42010.36220.2853
Hunter Lab66.648434.4332-2.1770
CIE-Lab72.508438.6748-6.5753

#f097bf color RGB value is (240,151,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010111 10111111
Octal 360 227 277
Decimal 240 151 191
Hex F0 97 BF

RGB Percentages of Color #f097bf

%41.24
%25.95
%32.82

CMYK Percentages of Color #f097bf

%0
%37
%20
%6

Triadic Colors of #f097bf

#f097bf #bff097 #97bff0

Analogous Colors of #f097bf

#f097bf #f09c97 #f097ec

Monochromatic Colors of #f097bf

#f097bf

Complementary Color

#f097bf #97f0c8

#f097bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f097bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f097bf Color CSS Codes

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

#f097bf Text Font Color

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

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


#f097bf Background Color

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

This div background color is #f097bf


#f097bf Border Color

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

This div border color is #f097bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f097bf


Comments

No comments written yet.

Please login to write comment.