Color Hex Logo

#fc79ca Color Hex

#FC79CA
(252,121,202)
0 Favorites   0 Comments

Color spaces of #fc79ca

RGB 252121202
HSL0.900.960.73
HSV323°52°99°
CMYK 0.000.520.20   0.01
XYZ57.642938.634560.2962
Yxy38.63450.36820.2467
Hunter Lab62.156756.7634-14.0057
CIE-Lab68.485759.0637-18.5729

#fc79ca color RGB value is (252,121,202).

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

The process color (four color CMYK) of #fc79ca color hex is 0.00, 0.52, 0.20, 0.01. Web safe color of #fc79ca is #ff66cc. Color #fc79ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111001 11001010
Octal 374 171 312
Decimal 252 121 202
Hex FC 79 CA

RGB Percentages of Color #fc79ca

%43.83
%21.04
%35.13

CMYK Percentages of Color #fc79ca

%0
%52
%20
%1

Triadic Colors of #fc79ca

#fc79ca #cafc79 #79cafc

Analogous Colors of #fc79ca

#fc79ca #fc7989 #ed79fc

Monochromatic Colors of #fc79ca

#fc79ca

Complementary Color

#fc79ca #79fcab

#fc79ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc79ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc79ca Color CSS Codes

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

#fc79ca Text Font Color

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

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


#fc79ca Background Color

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

This div background color is #fc79ca


#fc79ca Border Color

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

This div border color is #fc79ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc79ca


Comments

No comments written yet.

Please login to write comment.