Color Hex Logo

#fa846a Color Hex

#FA846A
(250,132,106)
0 Favorites   0 Comments

Color spaces of #fa846a

RGB 250132106
HSL0.030.940.70
HSV11°58°98°
CMYK 0.000.470.58   0.02
XYZ50.277137.867118.2949
Yxy37.86710.47240.3558
Hunter Lab61.536238.151825.4483
CIE-Lab67.922542.636434.3319

#fa846a color RGB value is (250,132,106).

#fa846a hex color red value is 250, green value is 132 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fa846a hue: 0.03 , saturation: 0.94 and the lightness value of fa846a is 0.70.

The process color (four color CMYK) of #fa846a color hex is 0.00, 0.47, 0.58, 0.02. Web safe color of #fa846a is #ff9966. Color #fa846a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000100 01101010
Octal 372 204 152
Decimal 250 132 106
Hex FA 84 6A

RGB Percentages of Color #fa846a

%51.23
%27.05
%21.72

CMYK Percentages of Color #fa846a

%0
%47
%58
%2

Triadic Colors of #fa846a

#fa846a #6afa84 #846afa

Analogous Colors of #fa846a

#fa846a #facc6a #fa6a98

Monochromatic Colors of #fa846a

#fa846a

Complementary Color

#fa846a #6ae0fa

#fa846a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa846a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa846a Color CSS Codes

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

#fa846a Text Font Color

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

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


#fa846a Background Color

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

This div background color is #fa846a


#fa846a Border Color

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

This div border color is #fa846a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa846a


Comments

No comments written yet.

Please login to write comment.