Color Hex Logo

#f933bd Color Hex

#F933BD
(249,51,189)
0 Favorites   0 Comments

Color spaces of #f933bd

RGB 24951189
HSL0.880.940.59
HSV318°80°98°
CMYK 0.000.800.24   0.02
XYZ49.436126.181550.5921
Yxy26.18150.39170.2074
Hunter Lab51.167982.9150-22.8053
CIE-Lab58.208982.2381-26.9605

#f933bd color RGB value is (249,51,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110011 10111101
Octal 371 63 275
Decimal 249 51 189
Hex F9 33 BD

RGB Percentages of Color #f933bd

%50.92
%10.43
%38.65

CMYK Percentages of Color #f933bd

%0
%80
%24
%2

Triadic Colors of #f933bd

#f933bd #bdf933 #33bdf9

Analogous Colors of #f933bd

#f933bd #f9335a #d233f9

Monochromatic Colors of #f933bd

#f933bd

Complementary Color

#f933bd #33f96f

#f933bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f933bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f933bd Color CSS Codes

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

#f933bd Text Font Color

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

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


#f933bd Background Color

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

This div background color is #f933bd


#f933bd Border Color

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

This div border color is #f933bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f933bd


Comments

No comments written yet.

Please login to write comment.