Color Hex Logo

#f980ad Color Hex

#F980AD
(249,128,173)
0 Favorites   0 Comments

Color spaces of #f980ad

RGB 249128173
HSL0.940.910.74
HSV338°49°98°
CMYK 0.000.490.31   0.02
XYZ54.328938.595244.1213
Yxy38.59520.39640.2816
Hunter Lab62.125047.38101.3797
CIE-Lab68.457050.9160-2.3837

#f980ad color RGB value is (249,128,173).

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

The process color (four color CMYK) of #f980ad color hex is 0.00, 0.49, 0.31, 0.02. Web safe color of #f980ad is #ff9999. Color #f980ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000000 10101101
Octal 371 200 255
Decimal 249 128 173
Hex F9 80 AD

RGB Percentages of Color #f980ad

%45.27
%23.27
%31.45

CMYK Percentages of Color #f980ad

%0
%49
%31
%2

Triadic Colors of #f980ad

#f980ad #adf980 #80adf9

Analogous Colors of #f980ad

#f980ad #f99080 #f980ea

Monochromatic Colors of #f980ad

#f980ad

Complementary Color

#f980ad #80f9cc

#f980ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f980ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f980ad Color CSS Codes

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

#f980ad Text Font Color

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

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


#f980ad Background Color

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

This div background color is #f980ad


#f980ad Border Color

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

This div border color is #f980ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f980ad


Comments

No comments written yet.

Please login to write comment.