Color Hex Logo

#fa364e Color Hex

#FA364E
(250,54,78)
0 Favorites   0 Comments

Color spaces of #fa364e

RGB 2505478
HSL0.980.950.60
HSV353°78°98°
CMYK 0.000.780.69   0.02
XYZ42.118723.51249.5262
Yxy23.51240.56040.3128
Hunter Lab48.489670.190722.2947
CIE-Lab55.596372.591934.6547

#fa364e color RGB value is (250,54,78).

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

The process color (four color CMYK) of #fa364e color hex is 0.00, 0.78, 0.69, 0.02. Web safe color of #fa364e is #ff3366. Color #fa364e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110110 01001110
Octal 372 66 116
Decimal 250 54 78
Hex FA 36 4E

RGB Percentages of Color #fa364e

%65.45
%14.14
%20.42

CMYK Percentages of Color #fa364e

%0
%78
%69
%2

Triadic Colors of #fa364e

#fa364e #4efa36 #364efa

Analogous Colors of #fa364e

#fa364e #fa8036 #fa36b0

Monochromatic Colors of #fa364e

#fa364e

Complementary Color

#fa364e #36fae2

#fa364e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa364e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa364e Color CSS Codes

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

#fa364e Text Font Color

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

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


#fa364e Background Color

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

This div background color is #fa364e


#fa364e Border Color

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

This div border color is #fa364e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa364e


Comments

No comments written yet.

Please login to write comment.