Color Hex Logo

#fa64dd Color Hex

#FA64DD
(250,100,221)
0 Favorites   0 Comments

Color spaces of #fa64dd

RGB 250100221
HSL0.870.940.69
HSV312°60°98°
CMYK 0.000.600.12   0.02
XYZ57.032734.658872.0905
Yxy34.65880.34820.2116
Hunter Lab58.871769.8985-31.3925
CIE-Lab65.482270.5112-33.8290

#fa64dd color RGB value is (250,100,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100100 11011101
Octal 372 144 335
Decimal 250 100 221
Hex FA 64 DD

RGB Percentages of Color #fa64dd

%43.78
%17.51
%38.70

CMYK Percentages of Color #fa64dd

%0
%60
%12
%2

Triadic Colors of #fa64dd

#fa64dd #ddfa64 #64ddfa

Analogous Colors of #fa64dd

#fa64dd #fa6492 #cc64fa

Monochromatic Colors of #fa64dd

#fa64dd

Complementary Color

#fa64dd #64fa81

#fa64dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa64dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa64dd Color CSS Codes

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

#fa64dd Text Font Color

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

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


#fa64dd Background Color

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

This div background color is #fa64dd


#fa64dd Border Color

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

This div border color is #fa64dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa64dd


Comments

No comments written yet.

Please login to write comment.