Color Hex Logo

#f097ba Color Hex

#F097BA
(240,151,186)
0 Favorites   0 Comments

Color spaces of #f097ba

RGB 240151186
HSL0.930.750.77
HSV336°37°94°
CMYK 0.000.370.23   0.06
XYZ55.864744.203752.0421
Yxy44.20370.36730.2906
Hunter Lab66.485933.63420.1306
CIE-Lab72.364437.9474-4.0204

#f097ba color RGB value is (240,151,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010111 10111010
Octal 360 227 272
Decimal 240 151 186
Hex F0 97 BA

RGB Percentages of Color #f097ba

%41.59
%26.17
%32.24

CMYK Percentages of Color #f097ba

%0
%37
%23
%6

Triadic Colors of #f097ba

#f097ba #baf097 #97baf0

Analogous Colors of #f097ba

#f097ba #f0a197 #f097e7

Monochromatic Colors of #f097ba

#f097ba

Complementary Color

#f097ba #97f0cd

#f097ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f097ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f097ba Color CSS Codes

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

#f097ba Text Font Color

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

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


#f097ba Background Color

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

This div background color is #f097ba


#f097ba Border Color

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

This div border color is #f097ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f097ba


Comments

No comments written yet.

Please login to write comment.