Color Hex Logo

#fa7bae Color Hex

#FA7BAE
(250,123,174)
0 Favorites   0 Comments

Color spaces of #fa7bae

RGB 250123174
HSL0.930.930.73
HSV336°51°98°
CMYK 0.000.510.30   0.02
XYZ54.147337.545944.4376
Yxy37.54590.39780.2758
Hunter Lab61.274750.5063-0.1060
CIE-Lab67.684653.7825-4.0683

#fa7bae color RGB value is (250,123,174).

#fa7bae hex color red value is 250, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fa7bae hue: 0.93 , saturation: 0.93 and the lightness value of fa7bae is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111011 10101110
Octal 372 173 256
Decimal 250 123 174
Hex FA 7B AE

RGB Percentages of Color #fa7bae

%45.70
%22.49
%31.81

CMYK Percentages of Color #fa7bae

%0
%51
%30
%2

Triadic Colors of #fa7bae

#fa7bae #aefa7b #7baefa

Analogous Colors of #fa7bae

#fa7bae #fa887b #fa7bee

Monochromatic Colors of #fa7bae

#fa7bae

Complementary Color

#fa7bae #7bfac7

#fa7bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7bae Color CSS Codes

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

#fa7bae Text Font Color

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

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


#fa7bae Background Color

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

This div background color is #fa7bae


#fa7bae Border Color

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

This div border color is #fa7bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7bae


Comments

No comments written yet.

Please login to write comment.