Color Hex Logo

#fa318d Color Hex

#FA318D
(250,49,141)
0 Favorites   0 Comments

Color spaces of #fa318d

RGB 25049141
HSL0.920.950.59
HSV333°80°98°
CMYK 0.000.800.44   0.02
XYZ45.330424.443727.5282
Yxy24.44370.46590.2512
Hunter Lab49.440677.13971.5961
CIE-Lab56.529378.0229-1.4141

#fa318d color RGB value is (250,49,141).

#fa318d hex color red value is 250, green value is 49 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fa318d hue: 0.92 , saturation: 0.95 and the lightness value of fa318d is 0.59.

The process color (four color CMYK) of #fa318d color hex is 0.00, 0.80, 0.44, 0.02. Web safe color of #fa318d is #ff3399. Color #fa318d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110001 10001101
Octal 372 61 215
Decimal 250 49 141
Hex FA 31 8D

RGB Percentages of Color #fa318d

%56.82
%11.14
%32.05

CMYK Percentages of Color #fa318d

%0
%80
%44
%2

Triadic Colors of #fa318d

#fa318d #8dfa31 #318dfa

Analogous Colors of #fa318d

#fa318d #fa3931 #fa31f2

Monochromatic Colors of #fa318d

#fa318d

Complementary Color

#fa318d #31fa9e

#fa318d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa318d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa318d Color CSS Codes

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

#fa318d Text Font Color

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

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


#fa318d Background Color

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

This div background color is #fa318d


#fa318d Border Color

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

This div border color is #fa318d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa318d

Related Colors


Comments

No comments written yet.

Please login to write comment.