Color Hex Logo

#f933bb Color Hex

#F933BB
(249,51,187)
0 Favorites   0 Comments

Color spaces of #f933bb

RGB 24951187
HSL0.890.940.59
HSV319°80°98°
CMYK 0.000.800.25   0.02
XYZ49.220426.095249.4564
Yxy26.09520.39450.2091
Hunter Lab51.083582.5939-21.6431
CIE-Lab58.127382.0043-25.9333

#f933bb color RGB value is (249,51,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110011 10111011
Octal 371 63 273
Decimal 249 51 187
Hex F9 33 BB

RGB Percentages of Color #f933bb

%51.13
%10.47
%38.40

CMYK Percentages of Color #f933bb

%0
%80
%25
%2

Triadic Colors of #f933bb

#f933bb #bbf933 #33bbf9

Analogous Colors of #f933bb

#f933bb #f93358 #d433f9

Monochromatic Colors of #f933bb

#f933bb

Complementary Color

#f933bb #33f971

#f933bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f933bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f933bb Color CSS Codes

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

#f933bb Text Font Color

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

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


#f933bb Background Color

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

This div background color is #f933bb


#f933bb Border Color

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

This div border color is #f933bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,51,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f933bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f933bb


Comments

No comments written yet.

Please login to write comment.