Color Hex Logo

#fa9589 Color Hex

#FA9589
(250,149,137)
0 Favorites   0 Comments

Color spaces of #fa9589

RGB 250149137
HSL0.020.920.76
HSV45°98°
CMYK 0.000.400.45   0.02
XYZ54.687143.625029.2051
Yxy43.62500.42890.3421
Hunter Lab66.049232.207420.0181
CIE-Lab71.977136.653022.7026

#fa9589 color RGB value is (250,149,137).

#fa9589 hex color red value is 250, green value is 149 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #fa9589 hue: 0.02 , saturation: 0.92 and the lightness value of fa9589 is 0.76.

The process color (four color CMYK) of #fa9589 color hex is 0.00, 0.40, 0.45, 0.02. Web safe color of #fa9589 is #ff9999. Color #fa9589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010101 10001001
Octal 372 225 211
Decimal 250 149 137
Hex FA 95 89

RGB Percentages of Color #fa9589

%46.64
%27.80
%25.56

CMYK Percentages of Color #fa9589

%0
%40
%45
%2

Triadic Colors of #fa9589

#fa9589 #89fa95 #9589fa

Analogous Colors of #fa9589

#fa9589 #face89 #fa89b6

Monochromatic Colors of #fa9589

#fa9589

Complementary Color

#fa9589 #89eefa

#fa9589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9589 Color CSS Codes

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

#fa9589 Text Font Color

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

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


#fa9589 Background Color

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

This div background color is #fa9589


#fa9589 Border Color

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

This div border color is #fa9589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9589

Related Colors


Comments

No comments written yet.

Please login to write comment.