Color Hex Logo

#f791bd Color Hex

#F791BD
(247,145,189)
0 Favorites   0 Comments

Color spaces of #f791bd

RGB 247145189
HSL0.930.860.77
HSV334°41°97°
CMYK 0.000.410.23   0.03
XYZ57.668543.699153.5394
Yxy43.69910.37230.2821
Hunter Lab66.105340.0344-1.7459
CIE-Lab72.026943.8624-6.0879

#f791bd color RGB value is (247,145,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010001 10111101
Octal 367 221 275
Decimal 247 145 189
Hex F7 91 BD

RGB Percentages of Color #f791bd

%42.51
%24.96
%32.53

CMYK Percentages of Color #f791bd

%0
%41
%23
%3

Triadic Colors of #f791bd

#f791bd #bdf791 #91bdf7

Analogous Colors of #f791bd

#f791bd #f79891 #f791f0

Monochromatic Colors of #f791bd

#f791bd

Complementary Color

#f791bd #91f7cb

#f791bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f791bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f791bd Color CSS Codes

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

#f791bd Text Font Color

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

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


#f791bd Background Color

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

This div background color is #f791bd


#f791bd Border Color

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

This div border color is #f791bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f791bd

Related Colors


Comments

No comments written yet.

Please login to write comment.