Color Hex Logo

#fb57ab Color Hex

#FB57AB
(251,87,171)
0 Favorites   0 Comments

Color spaces of #fb57ab

RGB 25187171
HSL0.910.950.66
HSV329°65°98°
CMYK 0.000.650.32   0.02
XYZ50.542530.265941.7061
Yxy30.26590.41250.2470
Hunter Lab55.014567.7150-6.4372
CIE-Lab61.883069.3794-10.9669

#fb57ab color RGB value is (251,87,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010111 10101011
Octal 373 127 253
Decimal 251 87 171
Hex FB 57 AB

RGB Percentages of Color #fb57ab

%49.31
%17.09
%33.60

CMYK Percentages of Color #fb57ab

%0
%65
%32
%2

Triadic Colors of #fb57ab

#fb57ab #abfb57 #57abfb

Analogous Colors of #fb57ab

#fb57ab #fb5759 #f957fb

Monochromatic Colors of #fb57ab

#fb57ab

Complementary Color

#fb57ab #57fba7

#fb57ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb57ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb57ab Color CSS Codes

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

#fb57ab Text Font Color

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

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


#fb57ab Background Color

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

This div background color is #fb57ab


#fb57ab Border Color

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

This div border color is #fb57ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb57ab

Related Colors


Comments

No comments written yet.

Please login to write comment.