Color Hex Logo

#f957bb Color Hex

#F957BB
(249,87,187)
0 Favorites   0 Comments

Color spaces of #f957bb

RGB 24987187
HSL0.900.930.66
HSV323°65°98°
CMYK 0.000.650.25   0.02
XYZ51.444830.544050.1978
Yxy30.54400.38920.2311
Hunter Lab55.266669.4397-15.1655
CIE-Lab62.120870.7506-19.8124

#f957bb color RGB value is (249,87,187).

#f957bb hex color red value is 249, green value is 87 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f957bb hue: 0.90 , saturation: 0.93 and the lightness value of f957bb is 0.66.

The process color (four color CMYK) of #f957bb color hex is 0.00, 0.65, 0.25, 0.02. Web safe color of #f957bb is #ff66cc. Color #f957bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010111 10111011
Octal 371 127 273
Decimal 249 87 187
Hex F9 57 BB

RGB Percentages of Color #f957bb

%47.61
%16.63
%35.76

CMYK Percentages of Color #f957bb

%0
%65
%25
%2

Triadic Colors of #f957bb

#f957bb #bbf957 #57bbf9

Analogous Colors of #f957bb

#f957bb #f9576a #e657f9

Monochromatic Colors of #f957bb

#f957bb

Complementary Color

#f957bb #57f995

#f957bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f957bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f957bb Color CSS Codes

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

#f957bb Text Font Color

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

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


#f957bb Background Color

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

This div background color is #f957bb


#f957bb Border Color

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

This div border color is #f957bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f957bb


Comments

No comments written yet.

Please login to write comment.