Color Hex Logo

#fa405e Color Hex

#FA405E
(250,64,94)
0 Favorites   0 Comments

Color spaces of #fa405e

RGB 2506494
HSL0.970.950.62
HSV350°74°98°
CMYK 0.000.740.62   0.02
XYZ43.278124.798913.0953
Yxy24.79890.53320.3055
Hunter Lab49.798567.980619.2677
CIE-Lab56.879070.529126.9311

#fa405e color RGB value is (250,64,94).

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

The process color (four color CMYK) of #fa405e color hex is 0.00, 0.74, 0.62, 0.02. Web safe color of #fa405e is #ff3366. Color #fa405e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000000 01011110
Octal 372 100 136
Decimal 250 64 94
Hex FA 40 5E

RGB Percentages of Color #fa405e

%61.27
%15.69
%23.04

CMYK Percentages of Color #fa405e

%0
%74
%62
%2

Triadic Colors of #fa405e

#fa405e #5efa40 #405efa

Analogous Colors of #fa405e

#fa405e #fa7f40 #fa40bb

Monochromatic Colors of #fa405e

#fa405e

Complementary Color

#fa405e #40fadc

#fa405e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa405e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa405e Color CSS Codes

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

#fa405e Text Font Color

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

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


#fa405e Background Color

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

This div background color is #fa405e


#fa405e Border Color

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

This div border color is #fa405e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa405e

Related Colors


Comments

No comments written yet.

Please login to write comment.