Color Hex Logo

#fa074c Color Hex

#FA074C
(250,7,76)
0 Favorites   0 Comments

Color spaces of #fa074c

RGB 250776
HSL0.950.960.50
HSV343°97°98°
CMYK 0.000.970.70   0.02
XYZ40.804820.99788.7398
Yxy20.99780.57840.2977
Hunter Lab45.823478.759920.7681
CIE-Lab52.947180.005032.6008

#fa074c color RGB value is (250,7,76).

#fa074c hex color red value is 250, green value is 7 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fa074c hue: 0.95 , saturation: 0.96 and the lightness value of fa074c is 0.50.

The process color (four color CMYK) of #fa074c color hex is 0.00, 0.97, 0.70, 0.02. Web safe color of #fa074c is #ff0033. Color #fa074c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000111 01001100
Octal 372 7 114
Decimal 250 7 76
Hex FA 7 4C

RGB Percentages of Color #fa074c

%75.08
%2.10
%22.82

CMYK Percentages of Color #fa074c

%0
%97
%70
%2

Triadic Colors of #fa074c

#fa074c #4cfa07 #074cfa

Analogous Colors of #fa074c

#fa074c #fa3c07 #fa07c6

Monochromatic Colors of #fa074c

#fa074c

Complementary Color

#fa074c #07fab5

#fa074c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa074c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa074c Color CSS Codes

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

#fa074c Text Font Color

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

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


#fa074c Background Color

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

This div background color is #fa074c


#fa074c Border Color

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

This div border color is #fa074c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa074c

Related Colors


Comments

No comments written yet.

Please login to write comment.