Color Hex Logo

#fa5196 Color Hex

#FA5196
(250,81,150)
0 Favorites   0 Comments

Color spaces of #fa5196

RGB 25081150
HSL0.930.940.65
HSV336°68°98°
CMYK 0.000.680.40   0.02
XYZ47.871828.410931.8149
Yxy28.41090.44290.2628
Hunter Lab53.301967.03721.9222
CIE-Lab60.258269.1184-1.2355

#fa5196 color RGB value is (250,81,150).

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

The process color (four color CMYK) of #fa5196 color hex is 0.00, 0.68, 0.40, 0.02. Web safe color of #fa5196 is #ff6699. Color #fa5196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010001 10010110
Octal 372 121 226
Decimal 250 81 150
Hex FA 51 96

RGB Percentages of Color #fa5196

%51.98
%16.84
%31.19

CMYK Percentages of Color #fa5196

%0
%68
%40
%2

Triadic Colors of #fa5196

#fa5196 #96fa51 #5196fa

Analogous Colors of #fa5196

#fa5196 #fa6051 #fa51eb

Monochromatic Colors of #fa5196

#fa5196

Complementary Color

#fa5196 #51fab5

#fa5196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5196 Color CSS Codes

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

#fa5196 Text Font Color

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

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


#fa5196 Background Color

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

This div background color is #fa5196


#fa5196 Border Color

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

This div border color is #fa5196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5196


Comments

No comments written yet.

Please login to write comment.