Color Hex Logo

#f989fc Color Hex

#F989FC
(249,137,252)
0 Favorites   0 Comments

Color spaces of #f989fc

RGB 249137252
HSL0.830.950.76
HSV298°46°99°
CMYK 0.010.460.00   0.01
XYZ65.583345.059397.3362
Yxy45.05930.31530.2167
Hunter Lab67.126256.9262-38.9849
CIE-Lab72.930958.5068-39.3352

#f989fc color RGB value is (249,137,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001001 11111100
Octal 371 211 374
Decimal 249 137 252
Hex F9 89 FC

RGB Percentages of Color #f989fc

%39.03
%21.47
%39.50

CMYK Percentages of Color #f989fc

%1
%46
%0
%1

Triadic Colors of #f989fc

#f989fc #fcf989 #89fcf9

Analogous Colors of #f989fc

#f989fc #fc89c6 #c089fc

Monochromatic Colors of #f989fc

#f989fc

Complementary Color

#f989fc #8cfc89

#f989fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f989fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f989fc Color CSS Codes

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

#f989fc Text Font Color

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

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


#f989fc Background Color

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

This div background color is #f989fc


#f989fc Border Color

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

This div border color is #f989fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f989fc

Related Colors


Comments

No comments written yet.

Please login to write comment.