Color Hex Logo

#fa46cc Color Hex

#FA46CC
(250,70,204)
0 Favorites   0 Comments

Color spaces of #fa46cc

RGB 25070204
HSL0.880.950.63
HSV315°72°98°
CMYK 0.000.720.18   0.02
XYZ52.513629.063959.9689
Yxy29.06390.37100.2053
Hunter Lab53.910979.5292-28.2147
CIE-Lab60.838079.0825-31.4609

#fa46cc color RGB value is (250,70,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000110 11001100
Octal 372 106 314
Decimal 250 70 204
Hex FA 46 CC

RGB Percentages of Color #fa46cc

%47.71
%13.36
%38.93

CMYK Percentages of Color #fa46cc

%0
%72
%18
%2

Triadic Colors of #fa46cc

#fa46cc #ccfa46 #46ccfa

Analogous Colors of #fa46cc

#fa46cc #fa4672 #ce46fa

Monochromatic Colors of #fa46cc

#fa46cc

Complementary Color

#fa46cc #46fa74

#fa46cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa46cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa46cc Color CSS Codes

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

#fa46cc Text Font Color

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

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


#fa46cc Background Color

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

This div background color is #fa46cc


#fa46cc Border Color

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

This div border color is #fa46cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa46cc

Related Colors


Comments

No comments written yet.

Please login to write comment.