Color Hex Logo

#f98afa Color Hex

#F98AFA
(249,138,250)
0 Favorites   0 Comments

Color spaces of #f98afa

RGB 249138250
HSL0.830.920.76
HSV299°45°98°
CMYK 0.000.450.00   0.02
XYZ65.410745.218895.7231
Yxy45.21880.31700.2191
Hunter Lab67.244955.9525-37.3278
CIE-Lab73.035757.6671-38.0843

#f98afa color RGB value is (249,138,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001010 11111010
Octal 371 212 372
Decimal 249 138 250
Hex F9 8A FA

RGB Percentages of Color #f98afa

%39.09
%21.66
%39.25

CMYK Percentages of Color #f98afa

%0
%45
%0
%2

Triadic Colors of #f98afa

#f98afa #faf98a #8afaf9

Analogous Colors of #f98afa

#f98afa #fa8ac3 #c18afa

Monochromatic Colors of #f98afa

#f98afa

Complementary Color

#f98afa #8bfa8a

#f98afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98afa Color CSS Codes

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

#f98afa Text Font Color

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

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


#f98afa Background Color

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

This div background color is #f98afa


#f98afa Border Color

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

This div border color is #f98afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98afa


Comments

No comments written yet.

Please login to write comment.