Color Hex Logo

#fa947a Color Hex

#FA947A
(250,148,122)
0 Favorites   0 Comments

Color spaces of #fa947a

RGB 250148122
HSL0.030.930.73
HSV12°51°98°
CMYK 0.000.410.51   0.02
XYZ53.527142.908923.8734
Yxy42.90890.44490.3567
Hunter Lab65.504931.227124.2450
CIE-Lab71.493135.778030.2500

#fa947a color RGB value is (250,148,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010100 01111010
Octal 372 224 172
Decimal 250 148 122
Hex FA 94 7A

RGB Percentages of Color #fa947a

%48.08
%28.46
%23.46

CMYK Percentages of Color #fa947a

%0
%41
%51
%2

Triadic Colors of #fa947a

#fa947a #7afa94 #947afa

Analogous Colors of #fa947a

#fa947a #fad47a #fa7aa0

Monochromatic Colors of #fa947a

#fa947a

Complementary Color

#fa947a #7ae0fa

#fa947a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa947a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa947a Color CSS Codes

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

#fa947a Text Font Color

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

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


#fa947a Background Color

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

This div background color is #fa947a


#fa947a Border Color

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

This div border color is #fa947a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa947a

Related Colors


Comments

No comments written yet.

Please login to write comment.