Color Hex Logo

#fb00ac Color Hex

#FB00AC
(251,0,172)
0 Favorites   0 Comments

Color spaces of #fb00ac

RGB 2510172
HSL0.891.000.49
HSV319°100°98°
CMYK 0.001.000.31   0.02
XYZ47.230123.487841.0740
Yxy23.48780.42250.2101
Hunter Lab48.464289.1422-16.3240
CIE-Lab55.571387.5350-21.1116

#fb00ac color RGB value is (251,0,172).

#fb00ac hex color red value is 251, green value is 0 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fb00ac hue: 0.89 , saturation: 1.00 and the lightness value of fb00ac is 0.49.

The process color (four color CMYK) of #fb00ac color hex is 0.00, 1.00, 0.31, 0.02. Web safe color of #fb00ac is #ff0099. Color #fb00ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000000 10101100
Octal 373 0 254
Decimal 251 0 172
Hex FB 0 AC

RGB Percentages of Color #fb00ac

%59.34
%0.00
%40.66

CMYK Percentages of Color #fb00ac

%0
%100
%31
%2

Triadic Colors of #fb00ac

#fb00ac #acfb00 #00acfb

Analogous Colors of #fb00ac

#fb00ac #fb002f #cd00fb

Monochromatic Colors of #fb00ac

#fb00ac

Complementary Color

#fb00ac #00fb4f

#fb00ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb00ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb00ac Color CSS Codes

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

#fb00ac Text Font Color

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

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


#fb00ac Background Color

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

This div background color is #fb00ac


#fb00ac Border Color

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

This div border color is #fb00ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb00ac

Related Colors


Comments

No comments written yet.

Please login to write comment.