Color Hex Logo

#fa2970 Color Hex

#FA2970
(250,41,112)
0 Favorites   0 Comments

Color spaces of #fa2970

RGB 25041112
HSL0.940.950.57
HSV340°84°98°
CMYK 0.000.840.55   0.02
XYZ43.141923.079717.5102
Yxy23.07970.51520.2756
Hunter Lab48.041376.223612.0188
CIE-Lab55.154377.558913.9188

#fa2970 color RGB value is (250,41,112).

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

The process color (four color CMYK) of #fa2970 color hex is 0.00, 0.84, 0.55, 0.02. Web safe color of #fa2970 is #ff3366. Color #fa2970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101001 01110000
Octal 372 51 160
Decimal 250 41 112
Hex FA 29 70

RGB Percentages of Color #fa2970

%62.03
%10.17
%27.79

CMYK Percentages of Color #fa2970

%0
%84
%55
%2

Triadic Colors of #fa2970

#fa2970 #70fa29 #2970fa

Analogous Colors of #fa2970

#fa2970 #fa4b29 #fa29d9

Monochromatic Colors of #fa2970

#fa2970

Complementary Color

#fa2970 #29fab3

#fa2970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2970 Color CSS Codes

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

#fa2970 Text Font Color

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

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


#fa2970 Background Color

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

This div background color is #fa2970


#fa2970 Border Color

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

This div border color is #fa2970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2970


Comments

No comments written yet.

Please login to write comment.