Color Hex Logo

#fa408c Color Hex

#FA408C
(250,64,140)
0 Favorites   0 Comments

Color spaces of #fa408c

RGB 25064140
HSL0.930.950.62
HSV335°74°98°
CMYK 0.000.740.44   0.02
XYZ45.991425.884227.3831
Yxy25.88420.46330.2608
Hunter Lab50.876572.32673.7021
CIE-Lab57.927073.88821.2182

#fa408c color RGB value is (250,64,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000000 10001100
Octal 372 100 214
Decimal 250 64 140
Hex FA 40 8C

RGB Percentages of Color #fa408c

%55.07
%14.10
%30.84

CMYK Percentages of Color #fa408c

%0
%74
%44
%2

Triadic Colors of #fa408c

#fa408c #8cfa40 #408cfa

Analogous Colors of #fa408c

#fa408c #fa5140 #fa40e9

Monochromatic Colors of #fa408c

#fa408c

Complementary Color

#fa408c #40faae

#fa408c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa408c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa408c Color CSS Codes

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

#fa408c Text Font Color

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

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


#fa408c Background Color

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

This div background color is #fa408c


#fa408c Border Color

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

This div border color is #fa408c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa408c


Comments

No comments written yet.

Please login to write comment.