Color Hex Logo

#fa087a Color Hex

#FA087A
(250,8,122)
0 Favorites   0 Comments

Color spaces of #fa087a

RGB 2508122
HSL0.920.960.51
HSV332°97°98°
CMYK 0.000.970.51   0.02
XYZ43.024021.902820.3724
Yxy21.90280.50440.2568
Hunter Lab46.800482.19576.9511
CIE-Lab53.923782.51296.1674

#fa087a color RGB value is (250,8,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001000 01111010
Octal 372 10 172
Decimal 250 8 122
Hex FA 8 7A

RGB Percentages of Color #fa087a

%65.79
%2.11
%32.11

CMYK Percentages of Color #fa087a

%0
%97
%51
%2

Triadic Colors of #fa087a

#fa087a #7afa08 #087afa

Analogous Colors of #fa087a

#fa087a #fa0f08 #fa08f3

Monochromatic Colors of #fa087a

#fa087a

Complementary Color

#fa087a #08fa88

#fa087a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa087a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa087a Color CSS Codes

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

#fa087a Text Font Color

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

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


#fa087a Background Color

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

This div background color is #fa087a


#fa087a Border Color

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

This div border color is #fa087a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa087a


Comments

No comments written yet.

Please login to write comment.