Color Hex Logo

#f98bde Color Hex

#F98BDE
(249,139,222)
0 Favorites   0 Comments

Color spaces of #f98bde

RGB 249139222
HSL0.870.900.76
HSV315°44°98°
CMYK 0.000.440.11   0.02
XYZ61.484443.878974.3361
Yxy43.87890.34220.2442
Hunter Lab66.241249.7600-20.1667
CIE-Lab72.147552.4803-24.1286

#f98bde color RGB value is (249,139,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001011 11011110
Octal 371 213 336
Decimal 249 139 222
Hex F9 8B DE

RGB Percentages of Color #f98bde

%40.82
%22.79
%36.39

CMYK Percentages of Color #f98bde

%0
%44
%11
%2

Triadic Colors of #f98bde

#f98bde #def98b #8bdef9

Analogous Colors of #f98bde

#f98bde #f98ba7 #dd8bf9

Monochromatic Colors of #f98bde

#f98bde

Complementary Color

#f98bde #8bf9a6

#f98bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98bde Color CSS Codes

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

#f98bde Text Font Color

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

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


#f98bde Background Color

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

This div background color is #f98bde


#f98bde Border Color

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

This div border color is #f98bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98bde


Comments

No comments written yet.

Please login to write comment.