Color Hex Logo

#fa4a48 Color Hex

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

Color spaces of #fa4a48

RGB 2507472
HSL0.000.950.63
HSV71°98°
CMYK 0.000.700.71   0.02
XYZ43.042825.68948.8208
Yxy25.68940.55500.3312
Hunter Lab50.684762.888725.1609
CIE-Lab57.741066.114840.6006

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

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

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

Base Numbers

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

RGB Percentages of Color #fa4a48

%63.13
%18.69
%18.18

CMYK Percentages of Color #fa4a48

%0
%70
%71
%2

Triadic Colors of #fa4a48

#fa4a48 #48fa4a #4a48fa

Analogous Colors of #fa4a48

#fa4a48 #faa348 #fa489f

Monochromatic Colors of #fa4a48

#fa4a48

Complementary Color

#fa4a48 #48f8fa

#fa4a48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4a48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4a48 Color CSS Codes

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

#fa4a48 Text Font Color

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

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


#fa4a48 Background Color

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

This div background color is #fa4a48


#fa4a48 Border Color

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

This div border color is #fa4a48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4a48

Related Colors


Comments

No comments written yet.

Please login to write comment.