Color Hex Logo

#fa395b Color Hex

#FA395B
(250,57,91)
0 Favorites   0 Comments

Color spaces of #fa395b

RGB 2505791
HSL0.970.950.60
HSV349°77°98°
CMYK 0.000.770.64   0.02
XYZ42.775824.005612.2765
Yxy24.00560.54110.3036
Hunter Lab48.995570.098319.4409
CIE-Lab56.093472.421227.6787

#fa395b color RGB value is (250,57,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111001 01011011
Octal 372 71 133
Decimal 250 57 91
Hex FA 39 5B

RGB Percentages of Color #fa395b

%62.81
%14.32
%22.86

CMYK Percentages of Color #fa395b

%0
%77
%64
%2

Triadic Colors of #fa395b

#fa395b #5bfa39 #395bfa

Analogous Colors of #fa395b

#fa395b #fa7839 #fa39bc

Monochromatic Colors of #fa395b

#fa395b

Complementary Color

#fa395b #39fad8

#fa395b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa395b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa395b Color CSS Codes

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

#fa395b Text Font Color

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

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


#fa395b Background Color

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

This div background color is #fa395b


#fa395b Border Color

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

This div border color is #fa395b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa395b


Comments

No comments written yet.

Please login to write comment.