Color Hex Logo

#fa405c Color Hex

#FA405C
(250,64,92)
0 Favorites   0 Comments

Color spaces of #fa405c

RGB 2506492
HSL0.970.950.62
HSV351°74°98°
CMYK 0.000.740.63   0.02
XYZ43.189524.763512.6287
Yxy24.76350.53600.3073
Hunter Lab49.762967.835919.7876
CIE-Lab56.844370.416028.0580

#fa405c color RGB value is (250,64,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000000 01011100
Octal 372 100 134
Decimal 250 64 92
Hex FA 40 5C

RGB Percentages of Color #fa405c

%61.58
%15.76
%22.66

CMYK Percentages of Color #fa405c

%0
%74
%63
%2

Triadic Colors of #fa405c

#fa405c #5cfa40 #405cfa

Analogous Colors of #fa405c

#fa405c #fa8140 #fa40b9

Monochromatic Colors of #fa405c

#fa405c

Complementary Color

#fa405c #40fade

#fa405c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa405c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa405c Color CSS Codes

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

#fa405c Text Font Color

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

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


#fa405c Background Color

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

This div background color is #fa405c


#fa405c Border Color

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

This div border color is #fa405c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa405c


Comments

No comments written yet.

Please login to write comment.