Color Hex Logo

#f935bd Color Hex

#F935BD
(249,53,189)
0 Favorites   0 Comments

Color spaces of #f935bd

RGB 24953189
HSL0.880.940.59
HSV318°79°98°
CMYK 0.000.790.24   0.02
XYZ49.525326.360150.6218
Yxy26.36010.39150.2084
Hunter Lab51.342182.3350-22.5187
CIE-Lab58.377381.7541-26.7005

#f935bd color RGB value is (249,53,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110101 10111101
Octal 371 65 275
Decimal 249 53 189
Hex F9 35 BD

RGB Percentages of Color #f935bd

%50.71
%10.79
%38.49

CMYK Percentages of Color #f935bd

%0
%79
%24
%2

Triadic Colors of #f935bd

#f935bd #bdf935 #35bdf9

Analogous Colors of #f935bd

#f935bd #f9355b #d335f9

Monochromatic Colors of #f935bd

#f935bd

Complementary Color

#f935bd #35f971

#f935bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f935bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f935bd Color CSS Codes

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

#f935bd Text Font Color

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

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


#f935bd Background Color

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

This div background color is #f935bd


#f935bd Border Color

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

This div border color is #f935bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f935bd


Comments

No comments written yet.

Please login to write comment.