Color Hex Logo

#fa63da Color Hex

#FA63DA
(250,99,218)
0 Favorites   0 Comments

Color spaces of #fa63da

RGB 25099218
HSL0.870.940.68
HSV313°60°98°
CMYK 0.000.600.13   0.02
XYZ56.541134.309669.9720
Yxy34.30960.35160.2133
Hunter Lab58.574469.7985-29.8248
CIE-Lab65.207670.4796-32.5779

#fa63da color RGB value is (250,99,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100011 11011010
Octal 372 143 332
Decimal 250 99 218
Hex FA 63 DA

RGB Percentages of Color #fa63da

%44.09
%17.46
%38.45

CMYK Percentages of Color #fa63da

%0
%60
%13
%2

Triadic Colors of #fa63da

#fa63da #dafa63 #63dafa

Analogous Colors of #fa63da

#fa63da #fa638f #cf63fa

Monochromatic Colors of #fa63da

#fa63da

Complementary Color

#fa63da #63fa83

#fa63da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa63da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa63da Color CSS Codes

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

#fa63da Text Font Color

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

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


#fa63da Background Color

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

This div background color is #fa63da


#fa63da Border Color

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

This div border color is #fa63da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa63da


Comments

No comments written yet.

Please login to write comment.