Color Hex Logo

#fb05aa Color Hex

#FB05AA
(251,5,170)
0 Favorites   0 Comments

Color spaces of #fb05aa

RGB 2515170
HSL0.890.970.50
HSV320°98°98°
CMYK 0.000.980.32   0.02
XYZ47.093623.520140.0879
Yxy23.52010.42540.2125
Hunter Lab48.497588.4620-15.0607
CIE-Lab55.604187.0118-19.8892

#fb05aa color RGB value is (251,5,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000101 10101010
Octal 373 5 252
Decimal 251 5 170
Hex FB 5 AA

RGB Percentages of Color #fb05aa

%58.92
%1.17
%39.91

CMYK Percentages of Color #fb05aa

%0
%98
%32
%2

Triadic Colors of #fb05aa

#fb05aa #aafb05 #05aafb

Analogous Colors of #fb05aa

#fb05aa #fb052f #d105fb

Monochromatic Colors of #fb05aa

#fb05aa

Complementary Color

#fb05aa #05fb56

#fb05aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb05aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb05aa Color CSS Codes

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

#fb05aa Text Font Color

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

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


#fb05aa Background Color

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

This div background color is #fb05aa


#fb05aa Border Color

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

This div border color is #fb05aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb05aa


Comments

No comments written yet.

Please login to write comment.