Color Hex Logo

#f979ce Color Hex

#F979CE
(249,121,206)
0 Favorites   0 Comments

Color spaces of #f979ce

RGB 249121206
HSL0.890.910.73
HSV320°51°98°
CMYK 0.000.510.17   0.02
XYZ57.044938.270762.7729
Yxy38.27070.36080.2421
Hunter Lab61.863356.3362-16.8574
CIE-Lab68.219758.7417-21.2502

#f979ce color RGB value is (249,121,206).

#f979ce hex color red value is 249, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f979ce hue: 0.89 , saturation: 0.91 and the lightness value of f979ce is 0.73.

The process color (four color CMYK) of #f979ce color hex is 0.00, 0.51, 0.17, 0.02. Web safe color of #f979ce is #ff66cc. Color #f979ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111001 11001110
Octal 371 171 316
Decimal 249 121 206
Hex F9 79 CE

RGB Percentages of Color #f979ce

%43.23
%21.01
%35.76

CMYK Percentages of Color #f979ce

%0
%51
%17
%2

Triadic Colors of #f979ce

#f979ce #cef979 #79cef9

Analogous Colors of #f979ce

#f979ce #f9798e #e479f9

Monochromatic Colors of #f979ce

#f979ce

Complementary Color

#f979ce #79f9a4

#f979ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f979ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f979ce Color CSS Codes

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

#f979ce Text Font Color

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

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


#f979ce Background Color

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

This div background color is #f979ce


#f979ce Border Color

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

This div border color is #f979ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f979ce

Related Colors


Comments

No comments written yet.

Please login to write comment.