Color Hex Logo

#f596bd Color Hex

#F596BD
(245,150,189)
0 Favorites   0 Comments

Color spaces of #f596bd

RGB 245150189
HSL0.930.830.77
HSV335°39°96°
CMYK 0.000.390.23   0.04
XYZ57.747844.899353.7669
Yxy44.89930.36920.2871
Hunter Lab67.006936.5724-0.6699
CIE-Lab72.825540.6140-4.9342

#f596bd color RGB value is (245,150,189).

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

The process color (four color CMYK) of #f596bd color hex is 0.00, 0.39, 0.23, 0.04. Web safe color of #f596bd is #ff99cc. Color #f596bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010110 10111101
Octal 365 226 275
Decimal 245 150 189
Hex F5 96 BD

RGB Percentages of Color #f596bd

%41.95
%25.68
%32.36

CMYK Percentages of Color #f596bd

%0
%39
%23
%4

Triadic Colors of #f596bd

#f596bd #bdf596 #96bdf5

Analogous Colors of #f596bd

#f596bd #f59f96 #f596ed

Monochromatic Colors of #f596bd

#f596bd

Complementary Color

#f596bd #96f5ce

#f596bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f596bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f596bd Color CSS Codes

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

#f596bd Text Font Color

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

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


#f596bd Background Color

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

This div background color is #f596bd


#f596bd Border Color

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

This div border color is #f596bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f596bd


Comments

No comments written yet.

Please login to write comment.