Color Hex Logo

#fa3fa0 Color Hex

#FA3FA0
(250,63,160)
0 Favorites   0 Comments

Color spaces of #fa3fa0

RGB 25063160
HSL0.910.950.61
HSV329°75°98°
CMYK 0.000.750.36   0.02
XYZ47.547026.417135.8507
Yxy26.41710.43300.2406
Hunter Lab51.397675.1815-5.3775
CIE-Lab58.430976.0930-9.7759

#fa3fa0 color RGB value is (250,63,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111111 10100000
Octal 372 77 240
Decimal 250 63 160
Hex FA 3F A0

RGB Percentages of Color #fa3fa0

%52.85
%13.32
%33.83

CMYK Percentages of Color #fa3fa0

%0
%75
%36
%2

Triadic Colors of #fa3fa0

#fa3fa0 #a0fa3f #3fa0fa

Analogous Colors of #fa3fa0

#fa3fa0 #fa3f43 #f73ffa

Monochromatic Colors of #fa3fa0

#fa3fa0

Complementary Color

#fa3fa0 #3ffa99

#fa3fa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3fa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3fa0 Color CSS Codes

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

#fa3fa0 Text Font Color

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

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


#fa3fa0 Background Color

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

This div background color is #fa3fa0


#fa3fa0 Border Color

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

This div border color is #fa3fa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3fa0

Related Colors


Comments

No comments written yet.

Please login to write comment.