Color Hex Logo

#f98dfc Color Hex

#F98DFC
(249,141,252)
0 Favorites   0 Comments

Color spaces of #f98dfc

RGB 249141252
HSL0.830.950.77
HSV298°44°99°
CMYK 0.010.440.00   0.01
XYZ66.162546.217897.5292
Yxy46.21780.31520.2202
Hunter Lab67.983754.7468-37.4687
CIE-Lab73.686656.5463-38.1595

#f98dfc color RGB value is (249,141,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001101 11111100
Octal 371 215 374
Decimal 249 141 252
Hex F9 8D FC

RGB Percentages of Color #f98dfc

%38.79
%21.96
%39.25

CMYK Percentages of Color #f98dfc

%1
%44
%0
%1

Triadic Colors of #f98dfc

#f98dfc #fcf98d #8dfcf9

Analogous Colors of #f98dfc

#f98dfc #fc8dc8 #c28dfc

Monochromatic Colors of #f98dfc

#f98dfc

Complementary Color

#f98dfc #90fc8d

#f98dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98dfc Color CSS Codes

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

#f98dfc Text Font Color

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

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


#f98dfc Background Color

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

This div background color is #f98dfc


#f98dfc Border Color

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

This div border color is #f98dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98dfc


Comments

No comments written yet.

Please login to write comment.