Color Hex Logo

#fa31bb Color Hex

#FA31BB
(250,49,187)
0 Favorites   0 Comments

Color spaces of #fa31bb

RGB 25049187
HSL0.890.950.59
HSV319°80°98°
CMYK 0.000.800.25   0.02
XYZ49.492326.108549.4446
Yxy26.10850.39580.2088
Hunter Lab51.096583.4771-21.6057
CIE-Lab58.139982.6880-25.8994

#fa31bb color RGB value is (250,49,187).

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

The process color (four color CMYK) of #fa31bb color hex is 0.00, 0.80, 0.25, 0.02. Web safe color of #fa31bb is #ff33cc. Color #fa31bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110001 10111011
Octal 372 61 273
Decimal 250 49 187
Hex FA 31 BB

RGB Percentages of Color #fa31bb

%51.44
%10.08
%38.48

CMYK Percentages of Color #fa31bb

%0
%80
%25
%2

Triadic Colors of #fa31bb

#fa31bb #bbfa31 #31bbfa

Analogous Colors of #fa31bb

#fa31bb #fa3157 #d531fa

Monochromatic Colors of #fa31bb

#fa31bb

Complementary Color

#fa31bb #31fa70

#fa31bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa31bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa31bb Color CSS Codes

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

#fa31bb Text Font Color

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

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


#fa31bb Background Color

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

This div background color is #fa31bb


#fa31bb Border Color

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

This div border color is #fa31bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa31bb

Related Colors


Comments

No comments written yet.

Please login to write comment.