Color Hex Logo

#fa4157 Color Hex

#FA4157
(250,65,87)
0 Favorites   0 Comments

Color spaces of #fa4157

RGB 2506587
HSL0.980.950.62
HSV353°74°98°
CMYK 0.000.740.65   0.02
XYZ43.034924.792711.5341
Yxy24.79270.54230.3124
Hunter Lab49.792367.139121.1204
CIE-Lab56.872969.833431.0109

#fa4157 color RGB value is (250,65,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000001 01010111
Octal 372 101 127
Decimal 250 65 87
Hex FA 41 57

RGB Percentages of Color #fa4157

%62.19
%16.17
%21.64

CMYK Percentages of Color #fa4157

%0
%74
%65
%2

Triadic Colors of #fa4157

#fa4157 #57fa41 #4157fa

Analogous Colors of #fa4157

#fa4157 #fa8841 #fa41b4

Monochromatic Colors of #fa4157

#fa4157

Complementary Color

#fa4157 #41fae4

#fa4157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4157 Color CSS Codes

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

#fa4157 Text Font Color

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

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


#fa4157 Background Color

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

This div background color is #fa4157


#fa4157 Border Color

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

This div border color is #fa4157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4157


Comments

No comments written yet.

Please login to write comment.