Color Hex Logo

#f784bd Color Hex

#F784BD
(247,132,189)
0 Favorites   0 Comments

Color spaces of #f784bd

RGB 247132189
HSL0.920.880.74
HSV330°47°97°
CMYK 0.000.470.23   0.03
XYZ55.794339.950852.9147
Yxy39.95080.37530.2687
Hunter Lab63.206646.9554-5.3912
CIE-Lab69.434550.4006-9.9413

#f784bd color RGB value is (247,132,189).

#f784bd hex color red value is 247, green value is 132 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f784bd hue: 0.92 , saturation: 0.88 and the lightness value of f784bd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000100 10111101
Octal 367 204 275
Decimal 247 132 189
Hex F7 84 BD

RGB Percentages of Color #f784bd

%43.49
%23.24
%33.27

CMYK Percentages of Color #f784bd

%0
%47
%23
%3

Triadic Colors of #f784bd

#f784bd #bdf784 #84bdf7

Analogous Colors of #f784bd

#f784bd #f78584 #f784f7

Monochromatic Colors of #f784bd

#f784bd

Complementary Color

#f784bd #84f7be

#f784bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f784bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f784bd Color CSS Codes

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

#f784bd Text Font Color

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

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


#f784bd Background Color

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

This div background color is #f784bd


#f784bd Border Color

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

This div border color is #f784bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f784bd


Comments

No comments written yet.

Please login to write comment.