Color Hex Logo

#f086bd Color Hex

#F086BD
(240,134,189)
0 Favorites   0 Comments

Color spaces of #f086bd

RGB 240134189
HSL0.910.780.73
HSV329°44°94°
CMYK 0.000.440.21   0.06
XYZ53.645639.249652.8926
Yxy39.24960.36800.2692
Hunter Lab62.649543.2096-6.2016
CIE-Lab68.931747.1230-10.7862

#f086bd color RGB value is (240,134,189).

#f086bd hex color red value is 240, green value is 134 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f086bd hue: 0.91 , saturation: 0.78 and the lightness value of f086bd is 0.73.

The process color (four color CMYK) of #f086bd color hex is 0.00, 0.44, 0.21, 0.06. Web safe color of #f086bd is #ff99cc. Color #f086bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000110 10111101
Octal 360 206 275
Decimal 240 134 189
Hex F0 86 BD

RGB Percentages of Color #f086bd

%42.63
%23.80
%33.57

CMYK Percentages of Color #f086bd

%0
%44
%21
%6

Triadic Colors of #f086bd

#f086bd #bdf086 #86bdf0

Analogous Colors of #f086bd

#f086bd #f08688 #ee86f0

Monochromatic Colors of #f086bd

#f086bd

Complementary Color

#f086bd #86f0b9

#f086bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f086bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f086bd Color CSS Codes

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

#f086bd Text Font Color

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

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


#f086bd Background Color

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

This div background color is #f086bd


#f086bd Border Color

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

This div border color is #f086bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f086bd


Comments

No comments written yet.

Please login to write comment.