Color Hex Logo

#fb1daa Color Hex

#FB1DAA
(251,29,170)
0 Favorites   0 Comments

Color spaces of #fb1daa

RGB 25129170
HSL0.890.970.55
HSV322°88°98°
CMYK 0.000.880.32   0.02
XYZ47.478724.290240.2163
Yxy24.29020.42400.2169
Hunter Lab49.285185.7087-13.8807
CIE-Lab56.377284.7549-18.7091

#fb1daa color RGB value is (251,29,170).

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

The process color (four color CMYK) of #fb1daa color hex is 0.00, 0.88, 0.32, 0.02. Web safe color of #fb1daa is #ff3399. Color #fb1daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011101 10101010
Octal 373 35 252
Decimal 251 29 170
Hex FB 1D AA

RGB Percentages of Color #fb1daa

%55.78
%6.44
%37.78

CMYK Percentages of Color #fb1daa

%0
%88
%32
%2

Triadic Colors of #fb1daa

#fb1daa #aafb1d #1daafb

Analogous Colors of #fb1daa

#fb1daa #fb1d3b #dd1dfb

Monochromatic Colors of #fb1daa

#fb1daa

Complementary Color

#fb1daa #1dfb6e

#fb1daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1daa Color CSS Codes

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

#fb1daa Text Font Color

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

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


#fb1daa Background Color

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

This div background color is #fb1daa


#fb1daa Border Color

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

This div border color is #fb1daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1daa

Related Colors


Comments

No comments written yet.

Please login to write comment.