Color Hex Logo

#fa5851 Color Hex

#FA5851
(250,88,81)
0 Favorites   0 Comments

Color spaces of #fa5851

RGB 2508881
HSL0.010.940.65
HSV68°98°
CMYK 0.000.650.68   0.02
XYZ44.399327.897510.8292
Yxy27.89750.53410.3356
Hunter Lab52.818157.616924.8165
CIE-Lab59.796061.249138.0193

#fa5851 color RGB value is (250,88,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011000 01010001
Octal 372 130 121
Decimal 250 88 81
Hex FA 58 51

RGB Percentages of Color #fa5851

%59.67
%21.00
%19.33

CMYK Percentages of Color #fa5851

%0
%65
%68
%2

Triadic Colors of #fa5851

#fa5851 #51fa58 #5851fa

Analogous Colors of #fa5851

#fa5851 #faad51 #fa519f

Monochromatic Colors of #fa5851

#fa5851

Complementary Color

#fa5851 #51f3fa

#fa5851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5851 Color CSS Codes

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

#fa5851 Text Font Color

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

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


#fa5851 Background Color

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

This div background color is #fa5851


#fa5851 Border Color

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

This div border color is #fa5851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5851


Comments

No comments written yet.

Please login to write comment.