Color Hex Logo

#fa40ad Color Hex

#FA40AD
(250,64,173)
0 Favorites   0 Comments

Color spaces of #fa40ad

RGB 25064173
HSL0.900.950.62
HSV325°74°98°
CMYK 0.000.740.31   0.02
XYZ48.800627.007942.1761
Yxy27.00790.41360.2289
Hunter Lab51.969176.6710-11.7390
CIE-Lab58.981677.1770-16.5128

#fa40ad color RGB value is (250,64,173).

#fa40ad hex color red value is 250, green value is 64 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fa40ad hue: 0.90 , saturation: 0.95 and the lightness value of fa40ad is 0.62.

The process color (four color CMYK) of #fa40ad color hex is 0.00, 0.74, 0.31, 0.02. Web safe color of #fa40ad is #ff3399. Color #fa40ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000000 10101101
Octal 372 100 255
Decimal 250 64 173
Hex FA 40 AD

RGB Percentages of Color #fa40ad

%51.33
%13.14
%35.52

CMYK Percentages of Color #fa40ad

%0
%74
%31
%2

Triadic Colors of #fa40ad

#fa40ad #adfa40 #40adfa

Analogous Colors of #fa40ad

#fa40ad #fa4050 #ea40fa

Monochromatic Colors of #fa40ad

#fa40ad

Complementary Color

#fa40ad #40fa8d

#fa40ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa40ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa40ad Color CSS Codes

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

#fa40ad Text Font Color

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

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


#fa40ad Background Color

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

This div background color is #fa40ad


#fa40ad Border Color

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

This div border color is #fa40ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa40ad


Comments

No comments written yet.

Please login to write comment.