Color Hex Logo

#f98efe Color Hex

#F98EFE
(249,142,254)
0 Favorites   0 Comments

Color spaces of #f98efe

RGB 249142254
HSL0.830.980.78
HSV297°44°100°
CMYK 0.020.440.00   0.00
XYZ66.629346.641599.2569
Yxy46.64150.31350.2195
Hunter Lab68.294654.6320-38.3638
CIE-Lab73.959956.4082-38.8202

#f98efe color RGB value is (249,142,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001110 11111110
Octal 371 216 376
Decimal 249 142 254
Hex F9 8E FE

RGB Percentages of Color #f98efe

%38.60
%22.02
%39.38

CMYK Percentages of Color #f98efe

%2
%44
%0
%0

Triadic Colors of #f98efe

#f98efe #fef98e #8efef9

Analogous Colors of #f98efe

#f98efe #fe8ecb #c18efe

Monochromatic Colors of #f98efe

#f98efe

Complementary Color

#f98efe #93fe8e

#f98efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98efe Color CSS Codes

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

#f98efe Text Font Color

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

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


#f98efe Background Color

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

This div background color is #f98efe


#f98efe Border Color

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

This div border color is #f98efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98efe


Comments

No comments written yet.

Please login to write comment.