Color Hex Logo

#fa8792 Color Hex

#FA8792
(250,135,146)
0 Favorites   0 Comments

Color spaces of #fa8792

RGB 250135146
HSL0.980.920.75
HSV354°46°98°
CMYK 0.000.460.42   0.02
XYZ53.276639.727332.0543
Yxy39.72730.42600.3177
Hunter Lab63.029640.577713.9682
CIE-Lab69.274944.694213.9785

#fa8792 color RGB value is (250,135,146).

#fa8792 hex color red value is 250, green value is 135 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fa8792 hue: 0.98 , saturation: 0.92 and the lightness value of fa8792 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000111 10010010
Octal 372 207 222
Decimal 250 135 146
Hex FA 87 92

RGB Percentages of Color #fa8792

%47.08
%25.42
%27.50

CMYK Percentages of Color #fa8792

%0
%46
%42
%2

Triadic Colors of #fa8792

#fa8792 #92fa87 #8792fa

Analogous Colors of #fa8792

#fa8792 #fab687 #fa87cc

Monochromatic Colors of #fa8792

#fa8792

Complementary Color

#fa8792 #87faef

#fa8792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8792 Color CSS Codes

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

#fa8792 Text Font Color

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

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


#fa8792 Background Color

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

This div background color is #fa8792


#fa8792 Border Color

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

This div border color is #fa8792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8792


Comments

No comments written yet.

Please login to write comment.