Color Hex Logo

#f89afc Color Hex

#F89AFC
(248,154,252)
0 Favorites   0 Comments

Color spaces of #f89afc

RGB 248154252
HSL0.830.940.80
HSV298°39°99°
CMYK 0.020.390.00   0.01
XYZ67.837750.095998.1895
Yxy50.09590.31390.2318
Hunter Lab70.778547.2212-32.7069
CIE-Lab76.128149.7316-34.3842

#f89afc color RGB value is (248,154,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011010 11111100
Octal 370 232 374
Decimal 248 154 252
Hex F8 9A FC

RGB Percentages of Color #f89afc

%37.92
%23.55
%38.53

CMYK Percentages of Color #f89afc

%2
%39
%0
%1

Triadic Colors of #f89afc

#f89afc #fcf89a #9afcf8

Analogous Colors of #f89afc

#f89afc #fc9acf #c79afc

Monochromatic Colors of #f89afc

#f89afc

Complementary Color

#f89afc #9efc9a

#f89afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89afc Color CSS Codes

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

#f89afc Text Font Color

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

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


#f89afc Background Color

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

This div background color is #f89afc


#f89afc Border Color

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

This div border color is #f89afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89afc


Comments

No comments written yet.

Please login to write comment.