Color Hex Logo

#f97afa Color Hex

#F97AFA
(249,122,250)
0 Favorites   0 Comments

Color spaces of #f97afa

RGB 249122250
HSL0.830.930.73
HSV300°51°98°
CMYK 0.000.510.00   0.02
XYZ63.281840.960995.0134
Yxy40.96090.31760.2056
Hunter Lab64.000764.4937-43.2195
CIE-Lab70.148565.2699-42.5875

#f97afa color RGB value is (249,122,250).

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

The process color (four color CMYK) of #f97afa color hex is 0.00, 0.51, 0.00, 0.02. Web safe color of #f97afa is #ff66ff. Color #f97afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111010 11111010
Octal 371 172 372
Decimal 249 122 250
Hex F9 7A FA

RGB Percentages of Color #f97afa

%40.10
%19.65
%40.26

CMYK Percentages of Color #f97afa

%0
%51
%0
%2

Triadic Colors of #f97afa

#f97afa #faf97a #7afaf9

Analogous Colors of #f97afa

#f97afa #fa7abb #b97afa

Monochromatic Colors of #f97afa

#f97afa

Complementary Color

#f97afa #7bfa7a

#f97afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97afa Color CSS Codes

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

#f97afa Text Font Color

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

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


#f97afa Background Color

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

This div background color is #f97afa


#f97afa Border Color

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

This div border color is #f97afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97afa


Comments

No comments written yet.

Please login to write comment.