Color Hex Logo

#fc77ca Color Hex

#FC77CA
(252,119,202)
0 Favorites   0 Comments

Color spaces of #fc77ca

RGB 252119202
HSL0.900.960.73
HSV323°53°99°
CMYK 0.000.530.20   0.01
XYZ57.402438.153460.2160
Yxy38.15340.36850.2449
Hunter Lab61.768457.7881-14.5619
CIE-Lab68.133559.9922-19.1072

#fc77ca color RGB value is (252,119,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110111 11001010
Octal 374 167 312
Decimal 252 119 202
Hex FC 77 CA

RGB Percentages of Color #fc77ca

%43.98
%20.77
%35.25

CMYK Percentages of Color #fc77ca

%0
%53
%20
%1

Triadic Colors of #fc77ca

#fc77ca #cafc77 #77cafc

Analogous Colors of #fc77ca

#fc77ca #fc7788 #ec77fc

Monochromatic Colors of #fc77ca

#fc77ca

Complementary Color

#fc77ca #77fca9

#fc77ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc77ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc77ca Color CSS Codes

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

#fc77ca Text Font Color

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

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


#fc77ca Background Color

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

This div background color is #fc77ca


#fc77ca Border Color

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

This div border color is #fc77ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc77ca


Comments

No comments written yet.

Please login to write comment.