Color Hex Logo

#fa01ca Color Hex

#FA01CA
(250,1,202)
0 Favorites   0 Comments

Color spaces of #fa01ca

RGB 2501202
HSL0.870.990.49
HSV312°100°98°
CMYK 0.001.000.19   0.02
XYZ50.095924.610057.9870
Yxy24.61000.37750.1855
Hunter Lab49.608593.4391-34.5778
CIE-Lab56.693490.5514-36.7804

#fa01ca color RGB value is (250,1,202).

#fa01ca hex color red value is 250, green value is 1 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fa01ca hue: 0.87 , saturation: 0.99 and the lightness value of fa01ca is 0.49.

The process color (four color CMYK) of #fa01ca color hex is 0.00, 1.00, 0.19, 0.02. Web safe color of #fa01ca is #ff00cc. Color #fa01ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000001 11001010
Octal 372 1 312
Decimal 250 1 202
Hex FA 1 CA

RGB Percentages of Color #fa01ca

%55.19
%0.22
%44.59

CMYK Percentages of Color #fa01ca

%0
%100
%19
%2

Triadic Colors of #fa01ca

#fa01ca #cafa01 #01cafa

Analogous Colors of #fa01ca

#fa01ca #fa014e #ae01fa

Monochromatic Colors of #fa01ca

#fa01ca

Complementary Color

#fa01ca #01fa31

#fa01ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa01ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa01ca Color CSS Codes

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

#fa01ca Text Font Color

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

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


#fa01ca Background Color

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

This div background color is #fa01ca


#fa01ca Border Color

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

This div border color is #fa01ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa01ca


Comments

No comments written yet.

Please login to write comment.