Color Hex Logo

#f786bd Color Hex

#F786BD
(247,134,189)
0 Favorites   0 Comments

Color spaces of #f786bd

RGB 247134189
HSL0.920.880.75
HSV331°46°97°
CMYK 0.000.460.23   0.03
XYZ56.068240.498553.0060
Yxy40.49850.37490.2708
Hunter Lab63.638445.8989-4.8372
CIE-Lab69.823149.4093-9.3616

#f786bd color RGB value is (247,134,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000110 10111101
Octal 367 206 275
Decimal 247 134 189
Hex F7 86 BD

RGB Percentages of Color #f786bd

%43.33
%23.51
%33.16

CMYK Percentages of Color #f786bd

%0
%46
%23
%3

Triadic Colors of #f786bd

#f786bd #bdf786 #86bdf7

Analogous Colors of #f786bd

#f786bd #f78886 #f786f6

Monochromatic Colors of #f786bd

#f786bd

Complementary Color

#f786bd #86f7c0

#f786bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f786bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f786bd Color CSS Codes

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

#f786bd Text Font Color

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

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


#f786bd Background Color

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

This div background color is #f786bd


#f786bd Border Color

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

This div border color is #f786bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f786bd

Related Colors


Comments

No comments written yet.

Please login to write comment.