Color Hex Logo

#fa9082 Color Hex

#FA9082
(250,144,130)
0 Favorites   0 Comments

Color spaces of #fa9082

RGB 250144130
HSL0.020.920.75
HSV48°98°
CMYK 0.000.420.48   0.02
XYZ53.426941.882226.3873
Yxy41.88220.43900.3442
Hunter Lab64.716534.107521.1268
CIE-Lab70.789638.552424.9444

#fa9082 color RGB value is (250,144,130).

#fa9082 hex color red value is 250, green value is 144 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #fa9082 hue: 0.02 , saturation: 0.92 and the lightness value of fa9082 is 0.75.

The process color (four color CMYK) of #fa9082 color hex is 0.00, 0.42, 0.48, 0.02. Web safe color of #fa9082 is #ff9999. Color #fa9082 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010000 10000010
Octal 372 220 202
Decimal 250 144 130
Hex FA 90 82

RGB Percentages of Color #fa9082

%47.71
%27.48
%24.81

CMYK Percentages of Color #fa9082

%0
%42
%48
%2

Triadic Colors of #fa9082

#fa9082 #82fa90 #9082fa

Analogous Colors of #fa9082

#fa9082 #facc82 #fa82b0

Monochromatic Colors of #fa9082

#fa9082

Complementary Color

#fa9082 #82ecfa

#fa9082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9082 Color CSS Codes

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

#fa9082 Text Font Color

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

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


#fa9082 Background Color

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

This div background color is #fa9082


#fa9082 Border Color

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

This div border color is #fa9082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9082


Comments

No comments written yet.

Please login to write comment.