Color Hex Logo

#f983bd Color Hex

#F983BD
(249,131,189)
0 Favorites   0 Comments

Color spaces of #f983bd

RGB 249131189
HSL0.920.910.75
HSV331°47°98°
CMYK 0.000.470.24   0.02
XYZ56.368540.046552.9029
Yxy40.04650.37750.2682
Hunter Lab63.282348.2542-5.2678
CIE-Lab69.502651.5380-9.8120

#f983bd color RGB value is (249,131,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000011 10111101
Octal 371 203 275
Decimal 249 131 189
Hex F9 83 BD

RGB Percentages of Color #f983bd

%43.76
%23.02
%33.22

CMYK Percentages of Color #f983bd

%0
%47
%24
%2

Triadic Colors of #f983bd

#f983bd #bdf983 #83bdf9

Analogous Colors of #f983bd

#f983bd #f98483 #f983f8

Monochromatic Colors of #f983bd

#f983bd

Complementary Color

#f983bd #83f9bf

#f983bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f983bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f983bd Color CSS Codes

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

#f983bd Text Font Color

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

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


#f983bd Background Color

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

This div background color is #f983bd


#f983bd Border Color

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

This div border color is #f983bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f983bd


Comments

No comments written yet.

Please login to write comment.