Color Hex Logo

#f937bd Color Hex

#F937BD
(249,55,189)
0 Favorites   0 Comments

Color spaces of #f937bd

RGB 24955189
HSL0.880.940.60
HSV319°78°98°
CMYK 0.000.780.24   0.02
XYZ49.618426.546250.6529
Yxy26.54620.39130.2093
Hunter Lab51.523081.7363-22.2226
CIE-Lab58.551981.2534-26.4312

#f937bd color RGB value is (249,55,189).

#f937bd hex color red value is 249, green value is 55 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f937bd hue: 0.88 , saturation: 0.94 and the lightness value of f937bd is 0.60.

The process color (four color CMYK) of #f937bd color hex is 0.00, 0.78, 0.24, 0.02. Web safe color of #f937bd is #ff33cc. Color #f937bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110111 10111101
Octal 371 67 275
Decimal 249 55 189
Hex F9 37 BD

RGB Percentages of Color #f937bd

%50.51
%11.16
%38.34

CMYK Percentages of Color #f937bd

%0
%78
%24
%2

Triadic Colors of #f937bd

#f937bd #bdf937 #37bdf9

Analogous Colors of #f937bd

#f937bd #f9375c #d437f9

Monochromatic Colors of #f937bd

#f937bd

Complementary Color

#f937bd #37f973

#f937bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f937bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f937bd Color CSS Codes

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

#f937bd Text Font Color

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

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


#f937bd Background Color

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

This div background color is #f937bd


#f937bd Border Color

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

This div border color is #f937bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f937bd


Comments

No comments written yet.

Please login to write comment.