Color Hex Logo

#fa5153 Color Hex

#FA5153
(250,81,83)
0 Favorites   0 Comments

Color spaces of #fa5153

RGB 2508183
HSL1.000.940.65
HSV359°68°98°
CMYK 0.000.680.67   0.02
XYZ43.928126.833411.0477
Yxy26.83340.53700.3280
Hunter Lab51.801060.719323.6158
CIE-Lab58.819864.079635.7171

#fa5153 color RGB value is (250,81,83).

#fa5153 hex color red value is 250, green value is 81 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #fa5153 hue: 1.00 , saturation: 0.94 and the lightness value of fa5153 is 0.65.

The process color (four color CMYK) of #fa5153 color hex is 0.00, 0.68, 0.67, 0.02. Web safe color of #fa5153 is #ff6666. Color #fa5153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010001 01010011
Octal 372 121 123
Decimal 250 81 83
Hex FA 51 53

RGB Percentages of Color #fa5153

%60.39
%19.57
%20.05

CMYK Percentages of Color #fa5153

%0
%68
%67
%2

Triadic Colors of #fa5153

#fa5153 #53fa51 #5153fa

Analogous Colors of #fa5153

#fa5153 #faa451 #fa51a8

Monochromatic Colors of #fa5153

#fa5153

Complementary Color

#fa5153 #51faf8

#fa5153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5153 Color CSS Codes

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

#fa5153 Text Font Color

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

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


#fa5153 Background Color

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

This div background color is #fa5153


#fa5153 Border Color

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

This div border color is #fa5153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5153


Comments

No comments written yet.

Please login to write comment.