Color Hex Logo

#fc60fb Color Hex

#FC60FB
(252,96,251)
0 Favorites   0 Comments

Color spaces of #fc60fb

RGB 25296251
HSL0.830.960.68
HSV300°62°99°
CMYK 0.000.620.00   0.01
XYZ61.740336.026294.9665
Yxy36.02620.32030.1869
Hunter Lab60.021878.5724-51.7933
CIE-Lab66.539977.2499-48.7778

#fc60fb color RGB value is (252,96,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100000 11111011
Octal 374 140 373
Decimal 252 96 251
Hex FC 60 FB

RGB Percentages of Color #fc60fb

%42.07
%16.03
%41.90

CMYK Percentages of Color #fc60fb

%0
%62
%0
%1

Triadic Colors of #fc60fb

#fc60fb #fbfc60 #60fbfc

Analogous Colors of #fc60fb

#fc60fb #fc60ad #af60fc

Monochromatic Colors of #fc60fb

#fc60fb

Complementary Color

#fc60fb #60fc61

#fc60fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc60fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc60fb Color CSS Codes

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

#fc60fb Text Font Color

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

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


#fc60fb Background Color

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

This div background color is #fc60fb


#fc60fb Border Color

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

This div border color is #fc60fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,96,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc60fb

Related Colors


Comments

No comments written yet.

Please login to write comment.