Color Hex Logo

#f979ca Color Hex

#F979CA
(249,121,202)
0 Favorites   0 Comments

Color spaces of #f979ca

RGB 249121202
HSL0.890.910.73
HSV322°51°98°
CMYK 0.000.510.19   0.02
XYZ56.565038.078760.2457
Yxy38.07870.36520.2458
Hunter Lab61.707955.6343-14.6895
CIE-Lab68.078658.1638-19.2289

#f979ca color RGB value is (249,121,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111001 11001010
Octal 371 171 312
Decimal 249 121 202
Hex F9 79 CA

RGB Percentages of Color #f979ca

%43.53
%21.15
%35.31

CMYK Percentages of Color #f979ca

%0
%51
%19
%2

Triadic Colors of #f979ca

#f979ca #caf979 #79caf9

Analogous Colors of #f979ca

#f979ca #f9798a #e879f9

Monochromatic Colors of #f979ca

#f979ca

Complementary Color

#f979ca #79f9a8

#f979ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f979ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f979ca Color CSS Codes

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

#f979ca Text Font Color

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

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


#f979ca Background Color

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

This div background color is #f979ca


#f979ca Border Color

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

This div border color is #f979ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f979ca


Comments

No comments written yet.

Please login to write comment.