Color Hex Logo

#fa395a Color Hex

#FA395A
(250,57,90)
0 Favorites   0 Comments

Color spaces of #fa395a

RGB 2505790
HSL0.970.950.60
HSV350°77°98°
CMYK 0.000.770.64   0.02
XYZ42.732923.988412.0508
Yxy23.98840.54250.3045
Hunter Lab48.978070.028519.6965
CIE-Lab56.076272.367328.2448

#fa395a color RGB value is (250,57,90).

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

The process color (four color CMYK) of #fa395a color hex is 0.00, 0.77, 0.64, 0.02. Web safe color of #fa395a is #ff3366. Color #fa395a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111001 01011010
Octal 372 71 132
Decimal 250 57 90
Hex FA 39 5A

RGB Percentages of Color #fa395a

%62.97
%14.36
%22.67

CMYK Percentages of Color #fa395a

%0
%77
%64
%2

Triadic Colors of #fa395a

#fa395a #5afa39 #395afa

Analogous Colors of #fa395a

#fa395a #fa7939 #fa39bb

Monochromatic Colors of #fa395a

#fa395a

Complementary Color

#fa395a #39fad9

#fa395a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa395a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa395a Color CSS Codes

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

#fa395a Text Font Color

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

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


#fa395a Background Color

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

This div background color is #fa395a


#fa395a Border Color

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

This div border color is #fa395a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa395a


Comments

No comments written yet.

Please login to write comment.