Color Hex Logo

#fa47cc Color Hex

#FA47CC
(250,71,204)
0 Favorites   0 Comments

Color spaces of #fa47cc

RGB 25071204
HSL0.880.950.63
HSV315°72°98°
CMYK 0.000.720.18   0.02
XYZ52.576729.190159.9899
Yxy29.19010.37090.2059
Hunter Lab54.027979.1568-28.0132
CIE-Lab60.949078.7681-31.2885

#fa47cc color RGB value is (250,71,204).

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

The process color (four color CMYK) of #fa47cc color hex is 0.00, 0.72, 0.18, 0.02. Web safe color of #fa47cc is #ff33cc. Color #fa47cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000111 11001100
Octal 372 107 314
Decimal 250 71 204
Hex FA 47 CC

RGB Percentages of Color #fa47cc

%47.62
%13.52
%38.86

CMYK Percentages of Color #fa47cc

%0
%72
%18
%2

Triadic Colors of #fa47cc

#fa47cc #ccfa47 #47ccfa

Analogous Colors of #fa47cc

#fa47cc #fa4773 #cf47fa

Monochromatic Colors of #fa47cc

#fa47cc

Complementary Color

#fa47cc #47fa75

#fa47cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa47cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa47cc Color CSS Codes

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

#fa47cc Text Font Color

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

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


#fa47cc Background Color

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

This div background color is #fa47cc


#fa47cc Border Color

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

This div border color is #fa47cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa47cc


Comments

No comments written yet.

Please login to write comment.