Color Hex Logo

#f98aff Color Hex

#F98AFF
(249,138,255)
0 Favorites   0 Comments

Color spaces of #f98aff

RGB 249138255
HSL0.821.000.77
HSV297°46°100°
CMYK 0.020.460.00   0.00
XYZ66.205445.536799.9078
Yxy45.53670.31280.2152
Hunter Lab67.480957.0345-40.5443
CIE-Lab73.243958.5504-40.4776

#f98aff color RGB value is (249,138,255).

#f98aff hex color red value is 249, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f98aff hue: 0.82 , saturation: 1.00 and the lightness value of f98aff is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001010 11111111
Octal 371 212 377
Decimal 249 138 255
Hex F9 8A FF

RGB Percentages of Color #f98aff

%38.79
%21.50
%39.72

CMYK Percentages of Color #f98aff

%2
%46
%0
%0

Triadic Colors of #f98aff

#f98aff #fff98a #8afff9

Analogous Colors of #f98aff

#f98aff #ff8acb #bf8aff

Monochromatic Colors of #f98aff

#f98aff

Complementary Color

#f98aff #90ff8a

#f98aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98aff Color CSS Codes

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

#f98aff Text Font Color

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

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


#f98aff Background Color

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

This div background color is #f98aff


#f98aff Border Color

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

This div border color is #f98aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98aff

Related Colors


Comments

No comments written yet.

Please login to write comment.