Color Hex Logo

#fb54ab Color Hex

#FB54AB
(251,84,171)
0 Favorites   0 Comments

Color spaces of #fb54ab

RGB 25184171
HSL0.910.950.66
HSV329°67°98°
CMYK 0.000.670.32   0.02
XYZ50.304729.790241.6268
Yxy29.79020.41330.2447
Hunter Lab54.580469.0010-7.0124
CIE-Lab61.472870.5112-11.5820

#fb54ab color RGB value is (251,84,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010100 10101011
Octal 373 124 253
Decimal 251 84 171
Hex FB 54 AB

RGB Percentages of Color #fb54ab

%49.60
%16.60
%33.79

CMYK Percentages of Color #fb54ab

%0
%67
%32
%2

Triadic Colors of #fb54ab

#fb54ab #abfb54 #54abfb

Analogous Colors of #fb54ab

#fb54ab #fb5457 #f854fb

Monochromatic Colors of #fb54ab

#fb54ab

Complementary Color

#fb54ab #54fba4

#fb54ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb54ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb54ab Color CSS Codes

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

#fb54ab Text Font Color

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

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


#fb54ab Background Color

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

This div background color is #fb54ab


#fb54ab Border Color

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

This div border color is #fb54ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb54ab

Related Colors


Comments

No comments written yet.

Please login to write comment.