Color Hex Logo

#fa2fab Color Hex

#FA2FAB
(250,47,171)
0 Favorites   0 Comments

Color spaces of #fa2fab

RGB 25047171
HSL0.900.950.58
HSV323°81°98°
CMYK 0.000.810.32   0.02
XYZ47.791525.297340.8920
Yxy25.29730.41930.2219
Hunter Lab50.296481.5914-12.9965
CIE-Lab57.364081.3709-17.8070

#fa2fab color RGB value is (250,47,171).

#fa2fab hex color red value is 250, green value is 47 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fa2fab hue: 0.90 , saturation: 0.95 and the lightness value of fa2fab is 0.58.

The process color (four color CMYK) of #fa2fab color hex is 0.00, 0.81, 0.32, 0.02. Web safe color of #fa2fab is #ff3399. Color #fa2fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101111 10101011
Octal 372 57 253
Decimal 250 47 171
Hex FA 2F AB

RGB Percentages of Color #fa2fab

%53.42
%10.04
%36.54

CMYK Percentages of Color #fa2fab

%0
%81
%32
%2

Triadic Colors of #fa2fab

#fa2fab #abfa2f #2fabfa

Analogous Colors of #fa2fab

#fa2fab #fa2f46 #e42ffa

Monochromatic Colors of #fa2fab

#fa2fab

Complementary Color

#fa2fab #2ffa7e

#fa2fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2fab Color CSS Codes

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

#fa2fab Text Font Color

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

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


#fa2fab Background Color

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

This div background color is #fa2fab


#fa2fab Border Color

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

This div border color is #fa2fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2fab


Comments

No comments written yet.

Please login to write comment.