Color Hex Logo

#fb51ac Color Hex

#FB51AC
(251,81,172)
0 Favorites   0 Comments

Color spaces of #fb51ac

RGB 25181172
HSL0.910.960.65
HSV328°68°98°
CMYK 0.000.680.31   0.02
XYZ50.172529.372642.0548
Yxy29.37260.41260.2416
Hunter Lab54.196570.4028-8.0697
CIE-Lab61.109171.7243-12.7049

#fb51ac color RGB value is (251,81,172).

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

The process color (four color CMYK) of #fb51ac color hex is 0.00, 0.68, 0.31, 0.02. Web safe color of #fb51ac is #ff6699. Color #fb51ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010001 10101100
Octal 373 121 254
Decimal 251 81 172
Hex FB 51 AC

RGB Percentages of Color #fb51ac

%49.80
%16.07
%34.13

CMYK Percentages of Color #fb51ac

%0
%68
%31
%2

Triadic Colors of #fb51ac

#fb51ac #acfb51 #51acfb

Analogous Colors of #fb51ac

#fb51ac #fb5157 #f551fb

Monochromatic Colors of #fb51ac

#fb51ac

Complementary Color

#fb51ac #51fba0

#fb51ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb51ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb51ac Color CSS Codes

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

#fb51ac Text Font Color

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

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


#fb51ac Background Color

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

This div background color is #fb51ac


#fb51ac Border Color

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

This div border color is #fb51ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,81,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fb51ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb51ac


Comments

No comments written yet.

Please login to write comment.