Color Hex Logo

#fa64ca Color Hex

#FA64CA
(250,100,202)
0 Favorites   0 Comments

Color spaces of #fa64ca

RGB 250100202
HSL0.890.940.69
HSV319°60°98°
CMYK 0.000.600.19   0.02
XYZ54.642233.702659.5024
Yxy33.70260.36960.2280
Hunter Lab58.053966.4154-20.1315
CIE-Lab64.725867.7948-24.3315

#fa64ca color RGB value is (250,100,202).

#fa64ca hex color red value is 250, green value is 100 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fa64ca hue: 0.89 , saturation: 0.94 and the lightness value of fa64ca is 0.69.

The process color (four color CMYK) of #fa64ca color hex is 0.00, 0.60, 0.19, 0.02. Web safe color of #fa64ca is #ff66cc. Color #fa64ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100100 11001010
Octal 372 144 312
Decimal 250 100 202
Hex FA 64 CA

RGB Percentages of Color #fa64ca

%45.29
%18.12
%36.59

CMYK Percentages of Color #fa64ca

%0
%60
%19
%2

Triadic Colors of #fa64ca

#fa64ca #cafa64 #64cafa

Analogous Colors of #fa64ca

#fa64ca #fa647f #df64fa

Monochromatic Colors of #fa64ca

#fa64ca

Complementary Color

#fa64ca #64fa94

#fa64ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa64ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa64ca Color CSS Codes

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

#fa64ca Text Font Color

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

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


#fa64ca Background Color

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

This div background color is #fa64ca


#fa64ca Border Color

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

This div border color is #fa64ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa64ca


Comments

No comments written yet.

Please login to write comment.