Color Hex Logo

#fb4dab Color Hex

#FB4DAB
(251,77,171)
0 Favorites   0 Comments

Color spaces of #fb4dab

RGB 25177171
HSL0.910.960.64
HSV328°69°98°
CMYK 0.000.690.32   0.02
XYZ49.788228.757341.4547
Yxy28.75730.41490.2396
Hunter Lab53.625871.8808-8.2952
CIE-Lab60.566873.0271-12.9437

#fb4dab color RGB value is (251,77,171).

#fb4dab hex color red value is 251, green value is 77 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fb4dab hue: 0.91 , saturation: 0.96 and the lightness value of fb4dab is 0.64.

The process color (four color CMYK) of #fb4dab color hex is 0.00, 0.69, 0.32, 0.02. Web safe color of #fb4dab is #ff6699. Color #fb4dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001101 10101011
Octal 373 115 253
Decimal 251 77 171
Hex FB 4D AB

RGB Percentages of Color #fb4dab

%50.30
%15.43
%34.27

CMYK Percentages of Color #fb4dab

%0
%69
%32
%2

Triadic Colors of #fb4dab

#fb4dab #abfb4d #4dabfb

Analogous Colors of #fb4dab

#fb4dab #fb4d54 #f44dfb

Monochromatic Colors of #fb4dab

#fb4dab

Complementary Color

#fb4dab #4dfb9d

#fb4dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4dab Color CSS Codes

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

#fb4dab Text Font Color

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

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


#fb4dab Background Color

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

This div background color is #fb4dab


#fb4dab Border Color

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

This div border color is #fb4dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4dab


Comments

No comments written yet.

Please login to write comment.