Color Hex Logo

#fa5bae Color Hex

#FA5BAE
(250,91,174)
0 Favorites   0 Comments

Color spaces of #fa5bae

RGB 25091174
HSL0.910.940.67
HSV329°64°98°
CMYK 0.000.640.30   0.02
XYZ50.805430.862243.3236
Yxy30.86220.40650.2469
Hunter Lab55.553866.0240-7.3497
CIE-Lab62.391167.8902-11.9447

#fa5bae color RGB value is (250,91,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011011 10101110
Octal 372 133 256
Decimal 250 91 174
Hex FA 5B AE

RGB Percentages of Color #fa5bae

%48.54
%17.67
%33.79

CMYK Percentages of Color #fa5bae

%0
%64
%30
%2

Triadic Colors of #fa5bae

#fa5bae #aefa5b #5baefa

Analogous Colors of #fa5bae

#fa5bae #fa5b5e #f75bfa

Monochromatic Colors of #fa5bae

#fa5bae

Complementary Color

#fa5bae #5bfaa7

#fa5bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5bae Color CSS Codes

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

#fa5bae Text Font Color

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

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


#fa5bae Background Color

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

This div background color is #fa5bae


#fa5bae Border Color

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

This div border color is #fa5bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,91,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5bae


Comments

No comments written yet.

Please login to write comment.