Color Hex Logo

#f998fd Color Hex

#F998FD
(249,152,253)
0 Favorites   0 Comments

Color spaces of #f998fd

RGB 249152253
HSL0.830.960.79
HSV298°40°99°
CMYK 0.020.400.00   0.01
XYZ68.024849.688198.9340
Yxy49.68810.31400.2294
Hunter Lab70.489848.9008-33.8720
CIE-Lab75.877451.2225-35.3035

#f998fd color RGB value is (249,152,253).

#f998fd hex color red value is 249, green value is 152 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f998fd hue: 0.83 , saturation: 0.96 and the lightness value of f998fd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011000 11111101
Octal 371 230 375
Decimal 249 152 253
Hex F9 98 FD

RGB Percentages of Color #f998fd

%38.07
%23.24
%38.69

CMYK Percentages of Color #f998fd

%2
%40
%0
%1

Triadic Colors of #f998fd

#f998fd #fdf998 #98fdf9

Analogous Colors of #f998fd

#f998fd #fd98cf #c798fd

Monochromatic Colors of #f998fd

#f998fd

Complementary Color

#f998fd #9cfd98

#f998fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f998fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f998fd Color CSS Codes

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

#f998fd Text Font Color

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

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


#f998fd Background Color

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

This div background color is #f998fd


#f998fd Border Color

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

This div border color is #f998fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f998fd

Related Colors


Comments

No comments written yet.

Please login to write comment.