Color Hex Logo

#f98ade Color Hex

#F98ADE
(249,138,222)
0 Favorites   0 Comments

Color spaces of #f98ade

RGB 249138222
HSL0.870.900.76
HSV315°45°98°
CMYK 0.000.450.11   0.02
XYZ61.340243.590674.2881
Yxy43.59060.34230.2432
Hunter Lab66.023250.2986-20.4958
CIE-Lab71.954052.9760-24.4242

#f98ade color RGB value is (249,138,222).

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

The process color (four color CMYK) of #f98ade color hex is 0.00, 0.45, 0.11, 0.02. Web safe color of #f98ade is #ff99cc. Color #f98ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001010 11011110
Octal 371 212 336
Decimal 249 138 222
Hex F9 8A DE

RGB Percentages of Color #f98ade

%40.89
%22.66
%36.45

CMYK Percentages of Color #f98ade

%0
%45
%11
%2

Triadic Colors of #f98ade

#f98ade #def98a #8adef9

Analogous Colors of #f98ade

#f98ade #f98aa7 #dd8af9

Monochromatic Colors of #f98ade

#f98ade

Complementary Color

#f98ade #8af9a5

#f98ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98ade Color CSS Codes

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

#f98ade Text Font Color

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

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


#f98ade Background Color

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

This div background color is #f98ade


#f98ade Border Color

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

This div border color is #f98ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98ade


Comments

No comments written yet.

Please login to write comment.