Color Hex Logo

#f98dbd Color Hex

#F98DBD
(249,141,189)
0 Favorites   0 Comments

Color spaces of #f98dbd

RGB 249141189
HSL0.930.900.76
HSV333°43°98°
CMYK 0.000.430.24   0.02
XYZ57.777142.863653.3724
Yxy42.86360.37510.2783
Hunter Lab65.470342.9520-2.5049
CIE-Lab71.462346.5617-6.8971

#f98dbd color RGB value is (249,141,189).

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

The process color (four color CMYK) of #f98dbd color hex is 0.00, 0.43, 0.24, 0.02. Web safe color of #f98dbd is #ff99cc. Color #f98dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001101 10111101
Octal 371 215 275
Decimal 249 141 189
Hex F9 8D BD

RGB Percentages of Color #f98dbd

%43.01
%24.35
%32.64

CMYK Percentages of Color #f98dbd

%0
%43
%24
%2

Triadic Colors of #f98dbd

#f98dbd #bdf98d #8dbdf9

Analogous Colors of #f98dbd

#f98dbd #f9938d #f98df3

Monochromatic Colors of #f98dbd

#f98dbd

Complementary Color

#f98dbd #8df9c9

#f98dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98dbd Color CSS Codes

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

#f98dbd Text Font Color

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

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


#f98dbd Background Color

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

This div background color is #f98dbd


#f98dbd Border Color

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

This div border color is #f98dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98dbd


Comments

No comments written yet.

Please login to write comment.