Color Hex Logo

#fa8270 Color Hex

#FA8270
(250,130,112)
0 Favorites   0 Comments

Color spaces of #fa8270

RGB 250130112
HSL0.020.930.71
HSV55°98°
CMYK 0.000.480.55   0.02
XYZ50.331637.459119.9068
Yxy37.45910.46730.3478
Hunter Lab61.203839.684623.5584
CIE-Lab67.620144.086430.6600

#fa8270 color RGB value is (250,130,112).

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

The process color (four color CMYK) of #fa8270 color hex is 0.00, 0.48, 0.55, 0.02. Web safe color of #fa8270 is #ff9966. Color #fa8270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000010 01110000
Octal 372 202 160
Decimal 250 130 112
Hex FA 82 70

RGB Percentages of Color #fa8270

%50.81
%26.42
%22.76

CMYK Percentages of Color #fa8270

%0
%48
%55
%2

Triadic Colors of #fa8270

#fa8270 #70fa82 #8270fa

Analogous Colors of #fa8270

#fa8270 #fac770 #fa70a3

Monochromatic Colors of #fa8270

#fa8270

Complementary Color

#fa8270 #70e8fa

#fa8270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8270 Color CSS Codes

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

#fa8270 Text Font Color

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

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


#fa8270 Background Color

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

This div background color is #fa8270


#fa8270 Border Color

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

This div border color is #fa8270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8270


Comments

No comments written yet.

Please login to write comment.