Color Hex Logo

#fa00bb Color Hex

#FA00BB
(250,0,187)
0 Favorites   0 Comments

Color spaces of #fa00bb

RGB 2500187
HSL0.881.000.49
HSV315°100°98°
CMYK 0.001.000.25   0.02
XYZ48.394023.911849.0785
Yxy23.91180.39870.1970
Hunter Lab48.899791.0796-25.2770
CIE-Lab55.999488.9165-29.2096

#fa00bb color RGB value is (250,0,187).

#fa00bb hex color red value is 250, green value is 0 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fa00bb hue: 0.88 , saturation: 1.00 and the lightness value of fa00bb is 0.49.

The process color (four color CMYK) of #fa00bb color hex is 0.00, 1.00, 0.25, 0.02. Web safe color of #fa00bb is #ff00cc. Color #fa00bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000000 10111011
Octal 372 0 273
Decimal 250 0 187
Hex FA 0 BB

RGB Percentages of Color #fa00bb

%57.21
%0.00
%42.79

CMYK Percentages of Color #fa00bb

%0
%100
%25
%2

Triadic Colors of #fa00bb

#fa00bb #bbfa00 #00bbfa

Analogous Colors of #fa00bb

#fa00bb #fa003e #bc00fa

Monochromatic Colors of #fa00bb

#fa00bb

Complementary Color

#fa00bb #00fa3f

#fa00bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa00bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa00bb Color CSS Codes

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

#fa00bb Text Font Color

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

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


#fa00bb Background Color

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

This div background color is #fa00bb


#fa00bb Border Color

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

This div border color is #fa00bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa00bb


Comments

No comments written yet.

Please login to write comment.