Color Hex Logo

#fc60da Color Hex

#FC60DA
(252,96,218)
0 Favorites   0 Comments

Color spaces of #fc60da

RGB 25296218
HSL0.870.960.68
HSV313°62°99°
CMYK 0.000.620.13   0.01
XYZ56.982634.123169.9128
Yxy34.12310.35390.2119
Hunter Lab58.415071.8968-30.0696
CIE-Lab65.060272.2066-32.7834

#fc60da color RGB value is (252,96,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100000 11011010
Octal 374 140 332
Decimal 252 96 218
Hex FC 60 DA

RGB Percentages of Color #fc60da

%44.52
%16.96
%38.52

CMYK Percentages of Color #fc60da

%0
%62
%13
%1

Triadic Colors of #fc60da

#fc60da #dafc60 #60dafc

Analogous Colors of #fc60da

#fc60da #fc608c #d060fc

Monochromatic Colors of #fc60da

#fc60da

Complementary Color

#fc60da #60fc82

#fc60da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc60da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc60da Color CSS Codes

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

#fc60da Text Font Color

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

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


#fc60da Background Color

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

This div background color is #fc60da


#fc60da Border Color

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

This div border color is #fc60da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc60da

Related Colors


Comments

No comments written yet.

Please login to write comment.