Color Hex Logo

#fa64da Color Hex

#FA64DA
(250,100,218)
0 Favorites   0 Comments

Color spaces of #fa64da

RGB 250100218
HSL0.870.940.69
HSV313°60°98°
CMYK 0.000.600.13   0.02
XYZ56.636434.500370.0038
Yxy34.50030.35150.2141
Hunter Lab58.737069.3268-29.5471
CIE-Lab65.357870.0684-32.3451

#fa64da color RGB value is (250,100,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100100 11011010
Octal 372 144 332
Decimal 250 100 218
Hex FA 64 DA

RGB Percentages of Color #fa64da

%44.01
%17.61
%38.38

CMYK Percentages of Color #fa64da

%0
%60
%13
%2

Triadic Colors of #fa64da

#fa64da #dafa64 #64dafa

Analogous Colors of #fa64da

#fa64da #fa648f #cf64fa

Monochromatic Colors of #fa64da

#fa64da

Complementary Color

#fa64da #64fa84

#fa64da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa64da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa64da Color CSS Codes

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

#fa64da Text Font Color

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

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


#fa64da Background Color

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

This div background color is #fa64da


#fa64da Border Color

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

This div border color is #fa64da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa64da


Comments

No comments written yet.

Please login to write comment.