Color Hex Logo

#fa1959 Color Hex

#FA1959
(250,25,89)
0 Favorites   0 Comments

Color spaces of #fa1959

RGB 2502589
HSL0.950.960.54
HSV343°90°98°
CMYK 0.000.900.64   0.02
XYZ41.575121.740511.4563
Yxy21.74050.55600.2908
Hunter Lab46.626777.564318.0710
CIE-Lab53.750678.900325.8409

#fa1959 color RGB value is (250,25,89).

#fa1959 hex color red value is 250, green value is 25 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fa1959 hue: 0.95 , saturation: 0.96 and the lightness value of fa1959 is 0.54.

The process color (four color CMYK) of #fa1959 color hex is 0.00, 0.90, 0.64, 0.02. Web safe color of #fa1959 is #ff0066. Color #fa1959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011001 01011001
Octal 372 31 131
Decimal 250 25 89
Hex FA 19 59

RGB Percentages of Color #fa1959

%68.68
%6.87
%24.45

CMYK Percentages of Color #fa1959

%0
%90
%64
%2

Triadic Colors of #fa1959

#fa1959 #59fa19 #1959fa

Analogous Colors of #fa1959

#fa1959 #fa4919 #fa19ca

Monochromatic Colors of #fa1959

#fa1959

Complementary Color

#fa1959 #19faba

#fa1959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa1959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa1959 Color CSS Codes

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

#fa1959 Text Font Color

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

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


#fa1959 Background Color

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

This div background color is #fa1959


#fa1959 Border Color

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

This div border color is #fa1959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa1959


Comments

No comments written yet.

Please login to write comment.