Color Hex Logo

#fa3fab Color Hex

#FA3FAB
(250,63,171)
0 Favorites   0 Comments

Color spaces of #fa3fab

RGB 25063171
HSL0.900.950.61
HSV325°75°98°
CMYK 0.000.750.32   0.02
XYZ48.552526.819341.1457
Yxy26.81930.41670.2302
Hunter Lab51.787476.7223-10.8555
CIE-Lab58.806777.2514-15.6173

#fa3fab color RGB value is (250,63,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111111 10101011
Octal 372 77 253
Decimal 250 63 171
Hex FA 3F AB

RGB Percentages of Color #fa3fab

%51.65
%13.02
%35.33

CMYK Percentages of Color #fa3fab

%0
%75
%32
%2

Triadic Colors of #fa3fab

#fa3fab #abfa3f #3fabfa

Analogous Colors of #fa3fab

#fa3fab #fa3f4e #ec3ffa

Monochromatic Colors of #fa3fab

#fa3fab

Complementary Color

#fa3fab #3ffa8e

#fa3fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3fab Color CSS Codes

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

#fa3fab Text Font Color

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

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


#fa3fab Background Color

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

This div background color is #fa3fab


#fa3fab Border Color

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

This div border color is #fa3fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3fab

Related Colors


Comments

No comments written yet.

Please login to write comment.