Color Hex Logo

#fa9189 Color Hex

#FA9189
(250,145,137)
0 Favorites   0 Comments

Color spaces of #fa9189

RGB 250145137
HSL0.010.920.76
HSV45°98°
CMYK 0.000.420.45   0.02
XYZ54.065142.380928.9977
Yxy42.38090.43100.3378
Hunter Lab65.100634.315519.1609
CIE-Lab71.132738.710021.5528

#fa9189 color RGB value is (250,145,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010001 10001001
Octal 372 221 211
Decimal 250 145 137
Hex FA 91 89

RGB Percentages of Color #fa9189

%46.99
%27.26
%25.75

CMYK Percentages of Color #fa9189

%0
%42
%45
%2

Triadic Colors of #fa9189

#fa9189 #89fa91 #9189fa

Analogous Colors of #fa9189

#fa9189 #faca89 #fa89ba

Monochromatic Colors of #fa9189

#fa9189

Complementary Color

#fa9189 #89f2fa

#fa9189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9189 Color CSS Codes

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

#fa9189 Text Font Color

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

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


#fa9189 Background Color

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

This div background color is #fa9189


#fa9189 Border Color

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

This div border color is #fa9189


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,145,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 #fa9189">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9189

Related Colors


Comments

No comments written yet.

Please login to write comment.