Color Hex Logo

#f096bd Color Hex

#F096BD
(240,150,189)
0 Favorites   0 Comments

Color spaces of #f096bd

RGB 240150189
HSL0.930.750.76
HSV334°38°94°
CMYK 0.000.380.21   0.06
XYZ56.026844.012153.6864
Yxy44.01210.36450.2863
Hunter Lab66.341634.6489-1.5408
CIE-Lab72.236638.9032-5.8707

#f096bd color RGB value is (240,150,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010110 10111101
Octal 360 226 275
Decimal 240 150 189
Hex F0 96 BD

RGB Percentages of Color #f096bd

%41.45
%25.91
%32.64

CMYK Percentages of Color #f096bd

%0
%38
%21
%6

Triadic Colors of #f096bd

#f096bd #bdf096 #96bdf0

Analogous Colors of #f096bd

#f096bd #f09c96 #f096ea

Monochromatic Colors of #f096bd

#f096bd

Complementary Color

#f096bd #96f0c9

#f096bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f096bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f096bd Color CSS Codes

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

#f096bd Text Font Color

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

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


#f096bd Background Color

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

This div background color is #f096bd


#f096bd Border Color

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

This div border color is #f096bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f096bd


Comments

No comments written yet.

Please login to write comment.