Color Hex Logo

#fa5bac Color Hex

#FA5BAC
(250,91,172)
0 Favorites   0 Comments

Color spaces of #fa5bac

RGB 25091172
HSL0.920.940.67
HSV329°64°98°
CMYK 0.000.640.31   0.02
XYZ50.611830.784742.3042
Yxy30.78470.40910.2489
Hunter Lab55.484065.7286-6.3674
CIE-Lab62.325567.6571-10.8950

#fa5bac color RGB value is (250,91,172).

#fa5bac hex color red value is 250, green value is 91 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fa5bac hue: 0.92 , saturation: 0.94 and the lightness value of fa5bac is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011011 10101100
Octal 372 133 254
Decimal 250 91 172
Hex FA 5B AC

RGB Percentages of Color #fa5bac

%48.73
%17.74
%33.53

CMYK Percentages of Color #fa5bac

%0
%64
%31
%2

Triadic Colors of #fa5bac

#fa5bac #acfa5b #5bacfa

Analogous Colors of #fa5bac

#fa5bac #fa5b5d #f95bfa

Monochromatic Colors of #fa5bac

#fa5bac

Complementary Color

#fa5bac #5bfaa9

#fa5bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5bac Color CSS Codes

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

#fa5bac Text Font Color

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

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


#fa5bac Background Color

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

This div background color is #fa5bac


#fa5bac Border Color

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

This div border color is #fa5bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5bac


Comments

No comments written yet.

Please login to write comment.