Color Hex Logo

#fa077c Color Hex

#FA077C
(250,7,124)
0 Favorites   0 Comments

Color spaces of #fa077c

RGB 2507124
HSL0.920.960.50
HSV331°97°98°
CMYK 0.000.970.50   0.02
XYZ43.138421.931221.0283
Yxy21.93120.50100.2547
Hunter Lab46.830882.47246.1587
CIE-Lab53.953982.72275.0049

#fa077c color RGB value is (250,7,124).

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

The process color (four color CMYK) of #fa077c color hex is 0.00, 0.97, 0.50, 0.02. Web safe color of #fa077c is #ff0066. Color #fa077c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000111 01111100
Octal 372 7 174
Decimal 250 7 124
Hex FA 7 7C

RGB Percentages of Color #fa077c

%65.62
%1.84
%32.55

CMYK Percentages of Color #fa077c

%0
%97
%50
%2

Triadic Colors of #fa077c

#fa077c #7cfa07 #077cfa

Analogous Colors of #fa077c

#fa077c #fa0c07 #fa07f6

Monochromatic Colors of #fa077c

#fa077c

Complementary Color

#fa077c #07fa85

#fa077c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa077c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa077c Color CSS Codes

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

#fa077c Text Font Color

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

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


#fa077c Background Color

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

This div background color is #fa077c


#fa077c Border Color

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

This div border color is #fa077c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa077c

Related Colors


Comments

No comments written yet.

Please login to write comment.