Color Hex Logo

#fb40ab Color Hex

#FB40AB
(251,64,171)
0 Favorites   0 Comments

Color spaces of #fb40ab

RGB 25164171
HSL0.900.960.62
HSV326°75°98°
CMYK 0.000.750.32   0.02
XYZ48.967727.116341.1812
Yxy27.11630.41760.2312
Hunter Lab52.073376.7261-10.4371
CIE-Lab59.081877.2017-15.1846

#fb40ab color RGB value is (251,64,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000000 10101011
Octal 373 100 253
Decimal 251 64 171
Hex FB 40 AB

RGB Percentages of Color #fb40ab

%51.65
%13.17
%35.19

CMYK Percentages of Color #fb40ab

%0
%75
%32
%2

Triadic Colors of #fb40ab

#fb40ab #abfb40 #40abfb

Analogous Colors of #fb40ab

#fb40ab #fb404e #ee40fb

Monochromatic Colors of #fb40ab

#fb40ab

Complementary Color

#fb40ab #40fb90

#fb40ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb40ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb40ab Color CSS Codes

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

#fb40ab Text Font Color

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

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


#fb40ab Background Color

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

This div background color is #fb40ab


#fb40ab Border Color

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

This div border color is #fb40ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb40ab


Comments

No comments written yet.

Please login to write comment.