Color Hex Logo

#f796bd Color Hex

#F796BD
(247,150,189)
0 Favorites   0 Comments

Color spaces of #f796bd

RGB 247150189
HSL0.930.860.78
HSV336°39°97°
CMYK 0.000.390.23   0.03
XYZ58.449445.261053.7997
Yxy45.26100.37110.2874
Hunter Lab67.276337.3466-0.3198
CIE-Lab73.063441.2968-4.5562

#f796bd color RGB value is (247,150,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010110 10111101
Octal 367 226 275
Decimal 247 150 189
Hex F7 96 BD

RGB Percentages of Color #f796bd

%42.15
%25.60
%32.25

CMYK Percentages of Color #f796bd

%0
%39
%23
%3

Triadic Colors of #f796bd

#f796bd #bdf796 #96bdf7

Analogous Colors of #f796bd

#f796bd #f7a096 #f796ee

Monochromatic Colors of #f796bd

#f796bd

Complementary Color

#f796bd #96f7d0

#f796bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f796bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f796bd Color CSS Codes

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

#f796bd Text Font Color

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

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


#f796bd Background Color

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

This div background color is #f796bd


#f796bd Border Color

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

This div border color is #f796bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f796bd

Related Colors


Comments

No comments written yet.

Please login to write comment.