Color Hex Logo

#fa484a Color Hex

#FA484A
(250,72,74)
0 Favorites   0 Comments

Color spaces of #fa484a

RGB 2507274
HSL1.000.950.63
HSV359°71°98°
CMYK 0.000.710.70   0.02
XYZ42.977725.45319.1263
Yxy25.45310.55410.3282
Hunter Lab50.451163.769324.5905
CIE-Lab57.514366.898739.2218

#fa484a color RGB value is (250,72,74).

#fa484a hex color red value is 250, green value is 72 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fa484a hue: 1.00 , saturation: 0.95 and the lightness value of fa484a is 0.63.

The process color (four color CMYK) of #fa484a color hex is 0.00, 0.71, 0.70, 0.02. Web safe color of #fa484a is #ff3333. Color #fa484a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001000 01001010
Octal 372 110 112
Decimal 250 72 74
Hex FA 48 4A

RGB Percentages of Color #fa484a

%63.13
%18.18
%18.69

CMYK Percentages of Color #fa484a

%0
%71
%70
%2

Triadic Colors of #fa484a

#fa484a #4afa48 #484afa

Analogous Colors of #fa484a

#fa484a #fa9f48 #fa48a3

Monochromatic Colors of #fa484a

#fa484a

Complementary Color

#fa484a #48faf8

#fa484a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa484a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa484a Color CSS Codes

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

#fa484a Text Font Color

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

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


#fa484a Background Color

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

This div background color is #fa484a


#fa484a Border Color

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

This div border color is #fa484a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa484a


Comments

No comments written yet.

Please login to write comment.