Color Hex Logo

#fa798a Color Hex

#FA798A
(250,121,138)
0 Favorites   0 Comments

Color spaces of #fa798a

RGB 250121138
HSL0.980.930.73
HSV352°52°98°
CMYK 0.000.520.45   0.02
XYZ50.849235.833728.2813
Yxy35.83370.44230.3117
Hunter Lab59.861346.869813.8915
CIE-Lab66.392750.758814.4487

#fa798a color RGB value is (250,121,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111001 10001010
Octal 372 171 212
Decimal 250 121 138
Hex FA 79 8A

RGB Percentages of Color #fa798a

%49.12
%23.77
%27.11

CMYK Percentages of Color #fa798a

%0
%52
%45
%2

Triadic Colors of #fa798a

#fa798a #8afa79 #798afa

Analogous Colors of #fa798a

#fa798a #faa979 #fa79cb

Monochromatic Colors of #fa798a

#fa798a

Complementary Color

#fa798a #79fae9

#fa798a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa798a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa798a Color CSS Codes

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

#fa798a Text Font Color

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

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


#fa798a Background Color

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

This div background color is #fa798a


#fa798a Border Color

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

This div border color is #fa798a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa798a


Comments

No comments written yet.

Please login to write comment.