Color Hex Logo

#f98eff Color Hex

#F98EFF
(249,142,255)
0 Favorites   0 Comments

Color spaces of #f98eff

RGB 249142255
HSL0.821.000.78
HSV297°44°100°
CMYK 0.020.440.00   0.00
XYZ66.789946.7057100.1026
Yxy46.70570.31270.2187
Hunter Lab68.341654.8495-39.0053
CIE-Lab74.001156.5870-39.2982

#f98eff color RGB value is (249,142,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001110 11111111
Octal 371 216 377
Decimal 249 142 255
Hex F9 8E FF

RGB Percentages of Color #f98eff

%38.54
%21.98
%39.47

CMYK Percentages of Color #f98eff

%2
%44
%0
%0

Triadic Colors of #f98eff

#f98eff #fff98e #8efff9

Analogous Colors of #f98eff

#f98eff #ff8ecd #c18eff

Monochromatic Colors of #f98eff

#f98eff

Complementary Color

#f98eff #94ff8e

#f98eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98eff Color CSS Codes

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

#f98eff Text Font Color

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

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


#f98eff Background Color

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

This div background color is #f98eff


#f98eff Border Color

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

This div border color is #f98eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98eff


Comments

No comments written yet.

Please login to write comment.