Color Hex Logo

#fb02ab Color Hex

#FB02AB
(251,2,171)
0 Favorites   0 Comments

Color spaces of #fb02ab

RGB 2512171
HSL0.890.980.50
HSV319°99°98°
CMYK 0.000.990.32   0.02
XYZ47.156123.492940.5773
Yxy23.49290.42400.2112
Hunter Lab48.469588.8416-15.7073
CIE-Lab55.576587.3057-20.5178

#fb02ab color RGB value is (251,2,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000010 10101011
Octal 373 2 253
Decimal 251 2 171
Hex FB 2 AB

RGB Percentages of Color #fb02ab

%59.20
%0.47
%40.33

CMYK Percentages of Color #fb02ab

%0
%99
%32
%2

Triadic Colors of #fb02ab

#fb02ab #abfb02 #02abfb

Analogous Colors of #fb02ab

#fb02ab #fb022f #cf02fb

Monochromatic Colors of #fb02ab

#fb02ab

Complementary Color

#fb02ab #02fb52

#fb02ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb02ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb02ab Color CSS Codes

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

#fb02ab Text Font Color

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

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


#fb02ab Background Color

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

This div background color is #fb02ab


#fb02ab Border Color

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

This div border color is #fb02ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb02ab


Comments

No comments written yet.

Please login to write comment.