Color Hex Logo

#fa7aad Color Hex

#FA7AAD
(250,122,173)
0 Favorites   0 Comments

Color spaces of #fa7aad

RGB 250122173
HSL0.930.930.73
HSV336°51°98°
CMYK 0.000.510.31   0.02
XYZ53.926737.260243.8848
Yxy37.26020.39920.2759
Hunter Lab61.041150.87360.1030
CIE-Lab67.471854.1361-3.8174

#fa7aad color RGB value is (250,122,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111010 10101101
Octal 372 172 255
Decimal 250 122 173
Hex FA 7A AD

RGB Percentages of Color #fa7aad

%45.87
%22.39
%31.74

CMYK Percentages of Color #fa7aad

%0
%51
%31
%2

Triadic Colors of #fa7aad

#fa7aad #adfa7a #7aadfa

Analogous Colors of #fa7aad

#fa7aad #fa877a #fa7aed

Monochromatic Colors of #fa7aad

#fa7aad

Complementary Color

#fa7aad #7afac7

#fa7aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7aad Color CSS Codes

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

#fa7aad Text Font Color

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

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


#fa7aad Background Color

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

This div background color is #fa7aad


#fa7aad Border Color

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

This div border color is #fa7aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7aad


Comments

No comments written yet.

Please login to write comment.