Color Hex Logo

#fa487a Color Hex

#FA487A
(250,72,122)
0 Favorites   0 Comments

Color spaces of #fa487a

RGB 25072122
HSL0.950.950.63
HSV343°71°98°
CMYK 0.000.710.51   0.02
XYZ45.254626.363921.1159
Yxy26.36390.48800.2843
Hunter Lab51.345867.469311.5591
CIE-Lab58.380969.824312.4772

#fa487a color RGB value is (250,72,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001000 01111010
Octal 372 110 172
Decimal 250 72 122
Hex FA 48 7A

RGB Percentages of Color #fa487a

%56.31
%16.22
%27.48

CMYK Percentages of Color #fa487a

%0
%71
%51
%2

Triadic Colors of #fa487a

#fa487a #7afa48 #487afa

Analogous Colors of #fa487a

#fa487a #fa6f48 #fa48d3

Monochromatic Colors of #fa487a

#fa487a

Complementary Color

#fa487a #48fac8

#fa487a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa487a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa487a Color CSS Codes

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

#fa487a Text Font Color

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

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


#fa487a Background Color

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

This div background color is #fa487a


#fa487a Border Color

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

This div border color is #fa487a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa487a

Related Colors


Comments

No comments written yet.

Please login to write comment.