Color Hex Logo

#f989bb Color Hex

#F989BB
(249,137,187)
0 Favorites   0 Comments

Color spaces of #f989bb

RGB 249137187
HSL0.930.900.76
HSV333°45°98°
CMYK 0.000.450.25   0.02
XYZ56.982241.618952.0437
Yxy41.61890.37830.2763
Hunter Lab64.512744.7666-2.6715
CIE-Lab70.607448.2953-7.0515

#f989bb color RGB value is (249,137,187).

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

The process color (four color CMYK) of #f989bb color hex is 0.00, 0.45, 0.25, 0.02. Web safe color of #f989bb is #ff99cc. Color #f989bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001001 10111011
Octal 371 211 273
Decimal 249 137 187
Hex F9 89 BB

RGB Percentages of Color #f989bb

%43.46
%23.91
%32.64

CMYK Percentages of Color #f989bb

%0
%45
%25
%2

Triadic Colors of #f989bb

#f989bb #bbf989 #89bbf9

Analogous Colors of #f989bb

#f989bb #f98f89 #f989f3

Monochromatic Colors of #f989bb

#f989bb

Complementary Color

#f989bb #89f9c7

#f989bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f989bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f989bb Color CSS Codes

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

#f989bb Text Font Color

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

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


#f989bb Background Color

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

This div background color is #f989bb


#f989bb Border Color

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

This div border color is #f989bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f989bb


Comments

No comments written yet.

Please login to write comment.