Color Hex Logo

#fa7bad Color Hex

#FA7BAD
(250,123,173)
0 Favorites   0 Comments

Color spaces of #fa7bad

RGB 250123173
HSL0.930.930.73
HSV336°51°98°
CMYK 0.000.510.31   0.02
XYZ54.050137.507043.9260
Yxy37.50700.39890.2768
Hunter Lab61.243050.36040.3448
CIE-Lab67.655753.6590-3.5466

#fa7bad color RGB value is (250,123,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111011 10101101
Octal 372 173 255
Decimal 250 123 173
Hex FA 7B AD

RGB Percentages of Color #fa7bad

%45.79
%22.53
%31.68

CMYK Percentages of Color #fa7bad

%0
%51
%31
%2

Triadic Colors of #fa7bad

#fa7bad #adfa7b #7badfa

Analogous Colors of #fa7bad

#fa7bad #fa897b #fa7bed

Monochromatic Colors of #fa7bad

#fa7bad

Complementary Color

#fa7bad #7bfac8

#fa7bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7bad Color CSS Codes

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

#fa7bad Text Font Color

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

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


#fa7bad Background Color

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

This div background color is #fa7bad


#fa7bad Border Color

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

This div border color is #fa7bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7bad


Comments

No comments written yet.

Please login to write comment.