Color Hex Logo

#f889fc Color Hex

#F889FC
(248,137,252)
0 Favorites   0 Comments

Color spaces of #f889fc

RGB 248137252
HSL0.830.950.76
HSV298°46°99°
CMYK 0.020.460.00   0.01
XYZ65.227744.876197.3195
Yxy44.87610.31450.2164
Hunter Lab66.989656.5733-39.2411
CIE-Lab72.810258.2270-39.5323

#f889fc color RGB value is (248,137,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001001 11111100
Octal 370 211 374
Decimal 248 137 252
Hex F8 89 FC

RGB Percentages of Color #f889fc

%38.93
%21.51
%39.56

CMYK Percentages of Color #f889fc

%2
%46
%0
%1

Triadic Colors of #f889fc

#f889fc #fcf889 #89fcf8

Analogous Colors of #f889fc

#f889fc #fc89c7 #bf89fc

Monochromatic Colors of #f889fc

#f889fc

Complementary Color

#f889fc #8dfc89

#f889fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f889fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f889fc Color CSS Codes

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

#f889fc Text Font Color

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

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


#f889fc Background Color

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

This div background color is #f889fc


#f889fc Border Color

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

This div border color is #f889fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f889fc

Related Colors


Comments

No comments written yet.

Please login to write comment.