Color Hex Logo

#fa728a Color Hex

#FA728A
(250,114,138)
0 Favorites   0 Comments

Color spaces of #fa728a

RGB 250114138
HSL0.970.930.71
HSV349°54°98°
CMYK 0.000.540.45   0.02
XYZ50.029134.193628.0080
Yxy34.19360.44580.3047
Hunter Lab58.475350.385612.5345
CIE-Lab65.116054.067912.6599

#fa728a color RGB value is (250,114,138).

#fa728a hex color red value is 250, green value is 114 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fa728a hue: 0.97 , saturation: 0.93 and the lightness value of fa728a is 0.71.

The process color (four color CMYK) of #fa728a color hex is 0.00, 0.54, 0.45, 0.02. Web safe color of #fa728a is #ff6699. Color #fa728a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110010 10001010
Octal 372 162 212
Decimal 250 114 138
Hex FA 72 8A

RGB Percentages of Color #fa728a

%49.80
%22.71
%27.49

CMYK Percentages of Color #fa728a

%0
%54
%45
%2

Triadic Colors of #fa728a

#fa728a #8afa72 #728afa

Analogous Colors of #fa728a

#fa728a #fa9e72 #fa72ce

Monochromatic Colors of #fa728a

#fa728a

Complementary Color

#fa728a #72fae2

#fa728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa728a Color CSS Codes

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

#fa728a Text Font Color

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

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


#fa728a Background Color

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

This div background color is #fa728a


#fa728a Border Color

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

This div border color is #fa728a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa728a


Comments

No comments written yet.

Please login to write comment.