Color Hex Logo

#f98dec Color Hex

#F98DEC
(249,141,236)
0 Favorites   0 Comments

Color spaces of #f98dec

RGB 249141236
HSL0.850.900.76
HSV307°43°98°
CMYK 0.000.430.05   0.02
XYZ63.732145.245684.7311
Yxy45.24560.32900.2336
Hunter Lab67.264851.4117-27.6001
CIE-Lab73.053353.7824-30.4202

#f98dec color RGB value is (249,141,236).

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

The process color (four color CMYK) of #f98dec color hex is 0.00, 0.43, 0.05, 0.02. Web safe color of #f98dec is #ff99ff. Color #f98dec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001101 11101100
Octal 371 215 354
Decimal 249 141 236
Hex F9 8D EC

RGB Percentages of Color #f98dec

%39.78
%22.52
%37.70

CMYK Percentages of Color #f98dec

%0
%43
%5
%2

Triadic Colors of #f98dec

#f98dec #ecf98d #8decf9

Analogous Colors of #f98dec

#f98dec #f98db6 #d08df9

Monochromatic Colors of #f98dec

#f98dec

Complementary Color

#f98dec #8df99a

#f98dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98dec Color CSS Codes

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

#f98dec Text Font Color

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

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


#f98dec Background Color

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

This div background color is #f98dec


#f98dec Border Color

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

This div border color is #f98dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98dec


Comments

No comments written yet.

Please login to write comment.