Color Hex Logo

#f980de Color Hex

#F980DE
(249,128,222)
0 Favorites   0 Comments

Color spaces of #f980de

RGB 249128222
HSL0.870.910.74
HSV313°49°98°
CMYK 0.000.490.11   0.02
XYZ59.970940.852073.8317
Yxy40.85200.34340.2339
Hunter Lab63.915655.6313-23.7476
CIE-Lab70.072157.8482-27.3076

#f980de color RGB value is (249,128,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000000 11011110
Octal 371 200 336
Decimal 249 128 222
Hex F9 80 DE

RGB Percentages of Color #f980de

%41.57
%21.37
%37.06

CMYK Percentages of Color #f980de

%0
%49
%11
%2

Triadic Colors of #f980de

#f980de #def980 #80def9

Analogous Colors of #f980de

#f980de #f980a2 #d880f9

Monochromatic Colors of #f980de

#f980de

Complementary Color

#f980de #80f99b

#f980de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f980de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f980de Color CSS Codes

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

#f980de Text Font Color

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

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


#f980de Background Color

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

This div background color is #f980de


#f980de Border Color

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

This div border color is #f980de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f980de


Comments

No comments written yet.

Please login to write comment.