Color Hex Logo

#f985bd Color Hex

#F985BD
(249,133,189)
0 Favorites   0 Comments

Color spaces of #f985bd

RGB 249133189
HSL0.920.910.75
HSV331°47°98°
CMYK 0.000.470.24   0.02
XYZ56.639840.588952.9933
Yxy40.58890.37700.2702
Hunter Lab63.709447.2010-4.7206
CIE-Lab69.886950.5545-9.2390

#f985bd color RGB value is (249,133,189).

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

The process color (four color CMYK) of #f985bd color hex is 0.00, 0.47, 0.24, 0.02. Web safe color of #f985bd is #ff99cc. Color #f985bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000101 10111101
Octal 371 205 275
Decimal 249 133 189
Hex F9 85 BD

RGB Percentages of Color #f985bd

%43.61
%23.29
%33.10

CMYK Percentages of Color #f985bd

%0
%47
%24
%2

Triadic Colors of #f985bd

#f985bd #bdf985 #85bdf9

Analogous Colors of #f985bd

#f985bd #f98785 #f985f7

Monochromatic Colors of #f985bd

#f985bd

Complementary Color

#f985bd #85f9c1

#f985bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f985bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f985bd Color CSS Codes

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

#f985bd Text Font Color

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

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


#f985bd Background Color

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

This div background color is #f985bd


#f985bd Border Color

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

This div border color is #f985bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f985bd


Comments

No comments written yet.

Please login to write comment.