Color Hex Logo

#fa937a Color Hex

#FA937A
(250,147,122)
0 Favorites   0 Comments

Color spaces of #fa937a

RGB 250147122
HSL0.030.930.73
HSV12°51°98°
CMYK 0.000.410.51   0.02
XYZ53.370942.596623.8214
Yxy42.59660.44550.3556
Hunter Lab65.266131.751624.0460
CIE-Lab71.280336.293129.9707

#fa937a color RGB value is (250,147,122).

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

The process color (four color CMYK) of #fa937a color hex is 0.00, 0.41, 0.51, 0.02. Web safe color of #fa937a is #ff9966. Color #fa937a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010011 01111010
Octal 372 223 172
Decimal 250 147 122
Hex FA 93 7A

RGB Percentages of Color #fa937a

%48.17
%28.32
%23.51

CMYK Percentages of Color #fa937a

%0
%41
%51
%2

Triadic Colors of #fa937a

#fa937a #7afa93 #937afa

Analogous Colors of #fa937a

#fa937a #fad37a #fa7aa1

Monochromatic Colors of #fa937a

#fa937a

Complementary Color

#fa937a #7ae1fa

#fa937a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa937a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa937a Color CSS Codes

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

#fa937a Text Font Color

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

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


#fa937a Background Color

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

This div background color is #fa937a


#fa937a Border Color

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

This div border color is #fa937a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa937a


Comments

No comments written yet.

Please login to write comment.