Color Hex Logo

#fa6070 Color Hex

#FA6070
(250,96,112)
0 Favorites   0 Comments

Color spaces of #fa6070

RGB 25096112
HSL0.980.940.68
HSV354°62°98°
CMYK 0.000.620.55   0.02
XYZ46.531829.859618.6402
Yxy29.85960.48960.3142
Hunter Lab54.643956.374018.0257
CIE-Lab61.532959.876922.6253

#fa6070 color RGB value is (250,96,112).

#fa6070 hex color red value is 250, green value is 96 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fa6070 hue: 0.98 , saturation: 0.94 and the lightness value of fa6070 is 0.68.

The process color (four color CMYK) of #fa6070 color hex is 0.00, 0.62, 0.55, 0.02. Web safe color of #fa6070 is #ff6666. Color #fa6070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100000 01110000
Octal 372 140 160
Decimal 250 96 112
Hex FA 60 70

RGB Percentages of Color #fa6070

%54.59
%20.96
%24.45

CMYK Percentages of Color #fa6070

%0
%62
%55
%2

Triadic Colors of #fa6070

#fa6070 #70fa60 #6070fa

Analogous Colors of #fa6070

#fa6070 #fa9d60 #fa60bd

Monochromatic Colors of #fa6070

#fa6070

Complementary Color

#fa6070 #60faea

#fa6070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6070 Color CSS Codes

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

#fa6070 Text Font Color

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

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


#fa6070 Background Color

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

This div background color is #fa6070


#fa6070 Border Color

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

This div border color is #fa6070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6070


Comments

No comments written yet.

Please login to write comment.