Color Hex Logo

#fa3fba Color Hex

#FA3FBA
(250,63,186)
0 Favorites   0 Comments

Color spaces of #fa3fba

RGB 25063186
HSL0.890.950.61
HSV321°75°98°
CMYK 0.000.750.26   0.02
XYZ50.064827.424249.1091
Yxy27.42420.39550.2166
Hunter Lab52.368179.0048-18.9425
CIE-Lab59.364978.9527-23.4388

#fa3fba color RGB value is (250,63,186).

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

The process color (four color CMYK) of #fa3fba color hex is 0.00, 0.75, 0.26, 0.02. Web safe color of #fa3fba is #ff33cc. Color #fa3fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111111 10111010
Octal 372 77 272
Decimal 250 63 186
Hex FA 3F BA

RGB Percentages of Color #fa3fba

%50.10
%12.63
%37.27

CMYK Percentages of Color #fa3fba

%0
%75
%26
%2

Triadic Colors of #fa3fba

#fa3fba #bafa3f #3fbafa

Analogous Colors of #fa3fba

#fa3fba #fa3f5d #dd3ffa

Monochromatic Colors of #fa3fba

#fa3fba

Complementary Color

#fa3fba #3ffa7f

#fa3fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3fba Color CSS Codes

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

#fa3fba Text Font Color

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

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


#fa3fba Background Color

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

This div background color is #fa3fba


#fa3fba Border Color

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

This div border color is #fa3fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3fba

Related Colors


Comments

No comments written yet.

Please login to write comment.