Color Hex Logo

#fc60cb Color Hex

#FC60CB
(252,96,203)
0 Favorites   0 Comments

Color spaces of #fc60cb

RGB 25296203
HSL0.890.960.68
HSV319°62°99°
CMYK 0.000.620.19   0.01
XYZ55.107233.373060.0371
Yxy33.37300.37100.2247
Hunter Lab57.769469.1778-21.1789
CIE-Lab64.461870.1089-25.2750

#fc60cb color RGB value is (252,96,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100000 11001011
Octal 374 140 313
Decimal 252 96 203
Hex FC 60 CB

RGB Percentages of Color #fc60cb

%45.74
%17.42
%36.84

CMYK Percentages of Color #fc60cb

%0
%62
%19
%1

Triadic Colors of #fc60cb

#fc60cb #cbfc60 #60cbfc

Analogous Colors of #fc60cb

#fc60cb #fc607d #df60fc

Monochromatic Colors of #fc60cb

#fc60cb

Complementary Color

#fc60cb #60fc91

#fc60cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc60cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc60cb Color CSS Codes

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

#fc60cb Text Font Color

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

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


#fc60cb Background Color

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

This div background color is #fc60cb


#fc60cb Border Color

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

This div border color is #fc60cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc60cb


Comments

No comments written yet.

Please login to write comment.