Color Hex Logo

#f98aee Color Hex

#F98AEE
(249,138,238)
0 Favorites   0 Comments

Color spaces of #f98aee

RGB 249138238
HSL0.850.900.76
HSV306°45°98°
CMYK 0.000.450.04   0.02
XYZ63.588044.489786.1248
Yxy44.48970.32740.2291
Hunter Lab66.700653.4442-29.8657
CIE-Lab72.554655.6019-32.2832

#f98aee color RGB value is (249,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001010 11101110
Octal 371 212 356
Decimal 249 138 238
Hex F9 8A EE

RGB Percentages of Color #f98aee

%39.84
%22.08
%38.08

CMYK Percentages of Color #f98aee

%0
%45
%4
%2

Triadic Colors of #f98aee

#f98aee #eef98a #8aeef9

Analogous Colors of #f98aee

#f98aee #f98ab7 #cd8af9

Monochromatic Colors of #f98aee

#f98aee

Complementary Color

#f98aee #8af995

#f98aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98aee Color CSS Codes

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

#f98aee Text Font Color

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

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


#f98aee Background Color

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

This div background color is #f98aee


#f98aee Border Color

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

This div border color is #f98aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98aee


Comments

No comments written yet.

Please login to write comment.