Color Hex Logo

#f989fb Color Hex

#F989FB
(249,137,251)
0 Favorites   0 Comments

Color spaces of #f989fb

RGB 249137251
HSL0.830.930.76
HSV299°45°98°
CMYK 0.010.450.00   0.02
XYZ65.425244.996196.5036
Yxy44.99610.31620.2175
Hunter Lab67.079156.7103-38.3423
CIE-Lab72.889358.3308-38.8560

#f989fb color RGB value is (249,137,251).

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

The process color (four color CMYK) of #f989fb color hex is 0.01, 0.45, 0.00, 0.02. Web safe color of #f989fb is #ff99ff. Color #f989fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001001 11111011
Octal 371 211 373
Decimal 249 137 251
Hex F9 89 FB

RGB Percentages of Color #f989fb

%39.09
%21.51
%39.40

CMYK Percentages of Color #f989fb

%1
%45
%0
%2

Triadic Colors of #f989fb

#f989fb #fbf989 #89fbf9

Analogous Colors of #f989fb

#f989fb #fb89c4 #c089fb

Monochromatic Colors of #f989fb

#f989fb

Complementary Color

#f989fb #8bfb89

#f989fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f989fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f989fb Color CSS Codes

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

#f989fb Text Font Color

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

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


#f989fb Background Color

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

This div background color is #f989fb


#f989fb Border Color

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

This div border color is #f989fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f989fb

Related Colors


Comments

No comments written yet.

Please login to write comment.