Color Hex Logo

#fa60cc Color Hex

#FA60CC
(250,96,204)
0 Favorites   0 Comments

Color spaces of #fa60cc

RGB 25096204
HSL0.880.940.68
HSV318°62°98°
CMYK 0.000.620.18   0.02
XYZ54.506333.049460.6331
Yxy33.04940.36780.2230
Hunter Lab57.488668.6350-22.2910
CIE-Lab64.200969.7125-26.2658

#fa60cc color RGB value is (250,96,204).

#fa60cc hex color red value is 250, green value is 96 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fa60cc hue: 0.88 , saturation: 0.94 and the lightness value of fa60cc is 0.68.

The process color (four color CMYK) of #fa60cc color hex is 0.00, 0.62, 0.18, 0.02. Web safe color of #fa60cc is #ff66cc. Color #fa60cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100000 11001100
Octal 372 140 314
Decimal 250 96 204
Hex FA 60 CC

RGB Percentages of Color #fa60cc

%45.45
%17.45
%37.09

CMYK Percentages of Color #fa60cc

%0
%62
%18
%2

Triadic Colors of #fa60cc

#fa60cc #ccfa60 #60ccfa

Analogous Colors of #fa60cc

#fa60cc #fa607f #db60fa

Monochromatic Colors of #fa60cc

#fa60cc

Complementary Color

#fa60cc #60fa8e

#fa60cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa60cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa60cc Color CSS Codes

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

#fa60cc Text Font Color

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

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


#fa60cc Background Color

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

This div background color is #fa60cc


#fa60cc Border Color

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

This div border color is #fa60cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa60cc

Related Colors


Comments

No comments written yet.

Please login to write comment.