Color Hex Logo

#fb00aa Color Hex

#FB00AA
(251,0,170)
0 Favorites   0 Comments

Color spaces of #fb00aa

RGB 2510170
HSL0.891.000.49
HSV319°100°98°
CMYK 0.001.000.32   0.02
XYZ47.039423.411540.0698
Yxy23.41150.42560.2118
Hunter Lab48.385488.8598-15.2305
CIE-Lab55.493787.3357-20.0579

#fb00aa color RGB value is (251,0,170).

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

The process color (four color CMYK) of #fb00aa color hex is 0.00, 1.00, 0.32, 0.02. Web safe color of #fb00aa is #ff0099. Color #fb00aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000000 10101010
Octal 373 0 252
Decimal 251 0 170
Hex FB 0 AA

RGB Percentages of Color #fb00aa

%59.62
%0.00
%40.38

CMYK Percentages of Color #fb00aa

%0
%100
%32
%2

Triadic Colors of #fb00aa

#fb00aa #aafb00 #00aafb

Analogous Colors of #fb00aa

#fb00aa #fb002d #cf00fb

Monochromatic Colors of #fb00aa

#fb00aa

Complementary Color

#fb00aa #00fb51

#fb00aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb00aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb00aa Color CSS Codes

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

#fb00aa Text Font Color

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

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


#fb00aa Background Color

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

This div background color is #fb00aa


#fb00aa Border Color

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

This div border color is #fb00aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,0,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb00aa


Comments

No comments written yet.

Please login to write comment.