Color Hex Logo

#f979d4 Color Hex

#F979D4
(249,121,212)
0 Favorites   0 Comments

Color spaces of #f979d4

RGB 249121212
HSL0.880.910.73
HSV317°51°98°
CMYK 0.000.510.15   0.02
XYZ57.788038.567966.6860
Yxy38.56790.35440.2366
Hunter Lab62.103157.4171-20.1932
CIE-Lab68.437159.6279-24.2646

#f979d4 color RGB value is (249,121,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111001 11010100
Octal 371 171 324
Decimal 249 121 212
Hex F9 79 D4

RGB Percentages of Color #f979d4

%42.78
%20.79
%36.43

CMYK Percentages of Color #f979d4

%0
%51
%15
%2

Triadic Colors of #f979d4

#f979d4 #d4f979 #79d4f9

Analogous Colors of #f979d4

#f979d4 #f97994 #de79f9

Monochromatic Colors of #f979d4

#f979d4

Complementary Color

#f979d4 #79f99e

#f979d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f979d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f979d4 Color CSS Codes

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

#f979d4 Text Font Color

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

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


#f979d4 Background Color

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

This div background color is #f979d4


#f979d4 Border Color

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

This div border color is #f979d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f979d4


Comments

No comments written yet.

Please login to write comment.