Color Hex Logo

#fb02aa Color Hex

#FB02AA
(251,2,170)
0 Favorites   0 Comments

Color spaces of #fb02aa

RGB 2512170
HSL0.890.980.50
HSV320°99°98°
CMYK 0.000.990.32   0.02
XYZ47.061123.454940.0771
Yxy23.45490.42550.2121
Hunter Lab48.430388.7007-15.1626
CIE-Lab55.537887.2062-19.9905

#fb02aa color RGB value is (251,2,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000010 10101010
Octal 373 2 252
Decimal 251 2 170
Hex FB 2 AA

RGB Percentages of Color #fb02aa

%59.34
%0.47
%40.19

CMYK Percentages of Color #fb02aa

%0
%99
%32
%2

Triadic Colors of #fb02aa

#fb02aa #aafb02 #02aafb

Analogous Colors of #fb02aa

#fb02aa #fb022e #d002fb

Monochromatic Colors of #fb02aa

#fb02aa

Complementary Color

#fb02aa #02fb53

#fb02aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb02aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb02aa Color CSS Codes

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

#fb02aa Text Font Color

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

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


#fb02aa Background Color

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

This div background color is #fb02aa


#fb02aa Border Color

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

This div border color is #fb02aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb02aa


Comments

No comments written yet.

Please login to write comment.