Color Hex Logo

#fa877a Color Hex

#FA877A
(250,135,122)
2 Favorites   0 Comments

Color spaces of #fa877a

RGB 250135122
HSL0.020.930.73
HSV51°98°
CMYK 0.000.460.51   0.02
XYZ51.601239.057123.2314
Yxy39.05710.45310.3429
Hunter Lab62.495738.015821.7072
CIE-Lab68.792642.405326.6848

#fa877a color RGB value is (250,135,122).

#fa877a hex color red value is 250, green value is 135 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fa877a hue: 0.02 , saturation: 0.93 and the lightness value of fa877a is 0.73.

The process color (four color CMYK) of #fa877a color hex is 0.00, 0.46, 0.51, 0.02. Web safe color of #fa877a is #ff9966. Color #fa877a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000111 01111010
Octal 372 207 172
Decimal 250 135 122
Hex FA 87 7A

RGB Percentages of Color #fa877a

%49.31
%26.63
%24.06

CMYK Percentages of Color #fa877a

%0
%46
%51
%2

Triadic Colors of #fa877a

#fa877a #7afa87 #877afa

Analogous Colors of #fa877a

#fa877a #fac77a #fa7aad

Monochromatic Colors of #fa877a

#fa877a

Complementary Color

#fa877a #7aedfa

#fa877a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa877a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa877a Color CSS Codes

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

#fa877a Text Font Color

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

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


#fa877a Background Color

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

This div background color is #fa877a


#fa877a Border Color

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

This div border color is #fa877a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa877a

#fa877a Color Palettes


Comments

No comments written yet.

Please login to write comment.