Color Hex Logo

#f99dfa Color Hex

#F99DFA
(249,157,250)
0 Favorites   0 Comments

Color spaces of #f99dfa

RGB 249157250
HSL0.830.900.80
HSV299°37°98°
CMYK 0.000.370.00   0.02
XYZ68.379251.155896.7126
Yxy51.15580.31620.2366
Hunter Lab71.523345.4876-30.1047
CIE-Lab76.773348.1363-32.2981

#f99dfa color RGB value is (249,157,250).

#f99dfa hex color red value is 249, green value is 157 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f99dfa hue: 0.83 , saturation: 0.90 and the lightness value of f99dfa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011101 11111010
Octal 371 235 372
Decimal 249 157 250
Hex F9 9D FA

RGB Percentages of Color #f99dfa

%37.96
%23.93
%38.11

CMYK Percentages of Color #f99dfa

%0
%37
%0
%2

Triadic Colors of #f99dfa

#f99dfa #faf99d #9dfaf9

Analogous Colors of #f99dfa

#f99dfa #fa9dcd #cb9dfa

Monochromatic Colors of #f99dfa

#f99dfa

Complementary Color

#f99dfa #9efa9d

#f99dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99dfa Color CSS Codes

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

#f99dfa Text Font Color

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

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


#f99dfa Background Color

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

This div background color is #f99dfa


#f99dfa Border Color

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

This div border color is #f99dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.