Color Hex Logo

#fc79ad Color Hex

#FC79AD
(252,121,173)
0 Favorites   0 Comments

Color spaces of #fc79ad

RGB 252121173
HSL0.930.960.73
HSV336°52°99°
CMYK 0.000.520.31   0.01
XYZ54.525137.387343.8778
Yxy37.38730.40150.2753
Hunter Lab61.145252.17020.2551
CIE-Lab67.566655.2529-3.6461

#fc79ad color RGB value is (252,121,173).

#fc79ad hex color red value is 252, green value is 121 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fc79ad hue: 0.93 , saturation: 0.96 and the lightness value of fc79ad is 0.73.

The process color (four color CMYK) of #fc79ad color hex is 0.00, 0.52, 0.31, 0.01. Web safe color of #fc79ad is #ff6699. Color #fc79ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111001 10101101
Octal 374 171 255
Decimal 252 121 173
Hex FC 79 AD

RGB Percentages of Color #fc79ad

%46.15
%22.16
%31.68

CMYK Percentages of Color #fc79ad

%0
%52
%31
%1

Triadic Colors of #fc79ad

#fc79ad #adfc79 #79adfc

Analogous Colors of #fc79ad

#fc79ad #fc8779 #fc79ef

Monochromatic Colors of #fc79ad

#fc79ad

Complementary Color

#fc79ad #79fcc8

#fc79ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc79ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc79ad Color CSS Codes

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

#fc79ad Text Font Color

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

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


#fc79ad Background Color

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

This div background color is #fc79ad


#fc79ad Border Color

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

This div border color is #fc79ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,121,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 #fc79ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc79ad

Related Colors


Comments

No comments written yet.

Please login to write comment.