Color Hex Logo

#fb64ac Color Hex

#FB64AC
(251,100,172)
0 Favorites   0 Comments

Color spaces of #fb64ac

RGB 251100172
HSL0.920.950.69
HSV331°60°98°
CMYK 0.000.600.31   0.02
XYZ51.787232.602142.5931
Yxy32.60210.40780.2567
Hunter Lab57.098261.9747-4.2593
CIE-Lab63.837464.2534-8.6196

#fb64ac color RGB value is (251,100,172).

#fb64ac hex color red value is 251, green value is 100 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fb64ac hue: 0.92 , saturation: 0.95 and the lightness value of fb64ac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100100 10101100
Octal 373 144 254
Decimal 251 100 172
Hex FB 64 AC

RGB Percentages of Color #fb64ac

%47.99
%19.12
%32.89

CMYK Percentages of Color #fb64ac

%0
%60
%31
%2

Triadic Colors of #fb64ac

#fb64ac #acfb64 #64acfb

Analogous Colors of #fb64ac

#fb64ac #fb6864 #fb64f8

Monochromatic Colors of #fb64ac

#fb64ac

Complementary Color

#fb64ac #64fbb3

#fb64ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb64ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb64ac Color CSS Codes

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

#fb64ac Text Font Color

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

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


#fb64ac Background Color

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

This div background color is #fb64ac


#fb64ac Border Color

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

This div border color is #fb64ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb64ac


Comments

No comments written yet.

Please login to write comment.