Color Hex Logo

#f948bb Color Hex

#F948BB
(249,72,187)
0 Favorites   0 Comments

Color spaces of #f948bb

RGB 24972187
HSL0.890.940.63
HSV321°71°98°
CMYK 0.000.710.25   0.02
XYZ50.353928.362349.8342
Yxy28.36230.39170.2206
Hunter Lab53.256375.5736-18.2008
CIE-Lab60.214776.0659-22.7249

#f948bb color RGB value is (249,72,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001000 10111011
Octal 371 110 273
Decimal 249 72 187
Hex F9 48 BB

RGB Percentages of Color #f948bb

%49.02
%14.17
%36.81

CMYK Percentages of Color #f948bb

%0
%71
%25
%2

Triadic Colors of #f948bb

#f948bb #bbf948 #48bbf9

Analogous Colors of #f948bb

#f948bb #f94862 #df48f9

Monochromatic Colors of #f948bb

#f948bb

Complementary Color

#f948bb #48f986

#f948bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f948bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f948bb Color CSS Codes

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

#f948bb Text Font Color

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

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


#f948bb Background Color

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

This div background color is #f948bb


#f948bb Border Color

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

This div border color is #f948bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f948bb


Comments

No comments written yet.

Please login to write comment.