Color Hex Logo

#fa486a Color Hex

#FA486A
(250,72,106)
0 Favorites   0 Comments

Color spaces of #fa486a

RGB 25072106
HSL0.970.950.63
HSV349°71°98°
CMYK 0.000.710.58   0.02
XYZ44.343225.999316.3169
Yxy25.99930.51170.3000
Hunter Lab50.989566.001516.7196
CIE-Lab58.036468.670321.4168

#fa486a color RGB value is (250,72,106).

#fa486a hex color red value is 250, green value is 72 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fa486a hue: 0.97 , saturation: 0.95 and the lightness value of fa486a is 0.63.

The process color (four color CMYK) of #fa486a color hex is 0.00, 0.71, 0.58, 0.02. Web safe color of #fa486a is #ff3366. Color #fa486a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001000 01101010
Octal 372 110 152
Decimal 250 72 106
Hex FA 48 6A

RGB Percentages of Color #fa486a

%58.41
%16.82
%24.77

CMYK Percentages of Color #fa486a

%0
%71
%58
%2

Triadic Colors of #fa486a

#fa486a #6afa48 #486afa

Analogous Colors of #fa486a

#fa486a #fa7f48 #fa48c3

Monochromatic Colors of #fa486a

#fa486a

Complementary Color

#fa486a #48fad8

#fa486a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa486a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa486a Color CSS Codes

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

#fa486a Text Font Color

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

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


#fa486a Background Color

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

This div background color is #fa486a


#fa486a Border Color

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

This div border color is #fa486a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa486a

Related Colors


Comments

No comments written yet.

Please login to write comment.