Color Hex Logo

#fa14ce Color Hex

#FA14CE
(250,20,206)
0 Favorites   0 Comments

Color spaces of #fa14ce

RGB 25020206
HSL0.870.960.53
HSV311°92°98°
CMYK 0.000.920.18   0.02
XYZ50.815125.280560.5939
Yxy25.28050.37180.1849
Hunter Lab50.279792.4112-36.2567
CIE-Lab57.347789.6549-38.0462

#fa14ce color RGB value is (250,20,206).

#fa14ce hex color red value is 250, green value is 20 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fa14ce hue: 0.87 , saturation: 0.96 and the lightness value of fa14ce is 0.53.

The process color (four color CMYK) of #fa14ce color hex is 0.00, 0.92, 0.18, 0.02. Web safe color of #fa14ce is #ff00cc. Color #fa14ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010100 11001110
Octal 372 24 316
Decimal 250 20 206
Hex FA 14 CE

RGB Percentages of Color #fa14ce

%52.52
%4.20
%43.28

CMYK Percentages of Color #fa14ce

%0
%92
%18
%2

Triadic Colors of #fa14ce

#fa14ce #cefa14 #14cefa

Analogous Colors of #fa14ce

#fa14ce #fa145b #b314fa

Monochromatic Colors of #fa14ce

#fa14ce

Complementary Color

#fa14ce #14fa40

#fa14ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa14ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa14ce Color CSS Codes

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

#fa14ce Text Font Color

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

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


#fa14ce Background Color

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

This div background color is #fa14ce


#fa14ce Border Color

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

This div border color is #fa14ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa14ce


Comments

No comments written yet.

Please login to write comment.