Color Hex Logo

#fc60ca Color Hex

#FC60CA
(252,96,202)
0 Favorites   0 Comments

Color spaces of #fc60ca

RGB 25296202
HSL0.890.960.68
HSV319°62°99°
CMYK 0.000.620.20   0.01
XYZ54.988433.325559.4114
Yxy33.32550.37220.2256
Hunter Lab57.728269.0038-20.6089
CIE-Lab64.423669.9737-24.7692

#fc60ca color RGB value is (252,96,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100000 11001010
Octal 374 140 312
Decimal 252 96 202
Hex FC 60 CA

RGB Percentages of Color #fc60ca

%45.82
%17.45
%36.73

CMYK Percentages of Color #fc60ca

%0
%62
%20
%1

Triadic Colors of #fc60ca

#fc60ca #cafc60 #60cafc

Analogous Colors of #fc60ca

#fc60ca #fc607c #e060fc

Monochromatic Colors of #fc60ca

#fc60ca

Complementary Color

#fc60ca #60fc92

#fc60ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc60ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc60ca Color CSS Codes

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

#fc60ca Text Font Color

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

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


#fc60ca Background Color

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

This div background color is #fc60ca


#fc60ca Border Color

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

This div border color is #fc60ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc60ca

Related Colors


Comments

No comments written yet.

Please login to write comment.