Color Hex Logo

#f980ae Color Hex

#F980AE
(249,128,174)
0 Favorites   0 Comments

Color spaces of #f980ae

RGB 249128174
HSL0.940.910.74
HSV337°49°98°
CMYK 0.000.490.30   0.02
XYZ54.426138.634144.6330
Yxy38.63410.39530.2806
Hunter Lab62.156347.52680.9347
CIE-Lab68.485451.0410-2.9047

#f980ae color RGB value is (249,128,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000000 10101110
Octal 371 200 256
Decimal 249 128 174
Hex F9 80 AE

RGB Percentages of Color #f980ae

%45.19
%23.23
%31.58

CMYK Percentages of Color #f980ae

%0
%49
%30
%2

Triadic Colors of #f980ae

#f980ae #aef980 #80aef9

Analogous Colors of #f980ae

#f980ae #f98f80 #f980eb

Monochromatic Colors of #f980ae

#f980ae

Complementary Color

#f980ae #80f9cb

#f980ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f980ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f980ae Color CSS Codes

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

#f980ae Text Font Color

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

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


#f980ae Background Color

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

This div background color is #f980ae


#f980ae Border Color

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

This div border color is #f980ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f980ae


Comments

No comments written yet.

Please login to write comment.