Color Hex Logo

#f930bd Color Hex

#F930BD
(249,48,189)
0 Favorites   0 Comments

Color spaces of #f930bd

RGB 24948189
HSL0.880.940.58
HSV318°81°98°
CMYK 0.000.810.24   0.02
XYZ49.309225.927850.5498
Yxy25.92780.39200.2061
Hunter Lab50.919383.7467-23.2162
CIE-Lab57.968582.9303-27.3319

#f930bd color RGB value is (249,48,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110000 10111101
Octal 371 60 275
Decimal 249 48 189
Hex F9 30 BD

RGB Percentages of Color #f930bd

%51.23
%9.88
%38.89

CMYK Percentages of Color #f930bd

%0
%81
%24
%2

Triadic Colors of #f930bd

#f930bd #bdf930 #30bdf9

Analogous Colors of #f930bd

#f930bd #f93059 #d130f9

Monochromatic Colors of #f930bd

#f930bd

Complementary Color

#f930bd #30f96c

#f930bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f930bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f930bd Color CSS Codes

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

#f930bd Text Font Color

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

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


#f930bd Background Color

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

This div background color is #f930bd


#f930bd Border Color

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

This div border color is #f930bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f930bd


Comments

No comments written yet.

Please login to write comment.