Color Hex Logo

#f89ffc Color Hex

#F89FFC
(248,159,252)
0 Favorites   0 Comments

Color spaces of #f89ffc

RGB 248159252
HSL0.830.940.81
HSV297°37°99°
CMYK 0.020.370.00   0.01
XYZ68.680251.781098.4704
Yxy51.78100.31370.2365
Hunter Lab71.959044.4384-30.7625
CIE-Lab77.149747.1703-32.8069

#f89ffc color RGB value is (248,159,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011111 11111100
Octal 370 237 374
Decimal 248 159 252
Hex F8 9F FC

RGB Percentages of Color #f89ffc

%37.63
%24.13
%38.24

CMYK Percentages of Color #f89ffc

%2
%37
%0
%1

Triadic Colors of #f89ffc

#f89ffc #fcf89f #9ffcf8

Analogous Colors of #f89ffc

#f89ffc #fc9fd2 #ca9ffc

Monochromatic Colors of #f89ffc

#f89ffc

Complementary Color

#f89ffc #a3fc9f

#f89ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89ffc Color CSS Codes

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

#f89ffc Text Font Color

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

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


#f89ffc Background Color

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

This div background color is #f89ffc


#f89ffc Border Color

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

This div border color is #f89ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.