Color Hex Logo

#fa1a5e Color Hex

#FA1A5E
(250,26,94)
0 Favorites   0 Comments

Color spaces of #fa1a5e

RGB 2502694
HSL0.950.960.54
HSV342°90°98°
CMYK 0.000.900.62   0.02
XYZ41.814121.870912.6073
Yxy21.87090.54810.2867
Hunter Lab46.766377.757016.7530
CIE-Lab53.889879.026323.0192

#fa1a5e color RGB value is (250,26,94).

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

The process color (four color CMYK) of #fa1a5e color hex is 0.00, 0.90, 0.62, 0.02. Web safe color of #fa1a5e is #ff3366. Color #fa1a5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011010 01011110
Octal 372 32 136
Decimal 250 26 94
Hex FA 1A 5E

RGB Percentages of Color #fa1a5e

%67.57
%7.03
%25.41

CMYK Percentages of Color #fa1a5e

%0
%90
%62
%2

Triadic Colors of #fa1a5e

#fa1a5e #5efa1a #1a5efa

Analogous Colors of #fa1a5e

#fa1a5e #fa461a #fa1ace

Monochromatic Colors of #fa1a5e

#fa1a5e

Complementary Color

#fa1a5e #1afab6

#fa1a5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa1a5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa1a5e Color CSS Codes

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

#fa1a5e Text Font Color

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

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


#fa1a5e Background Color

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

This div background color is #fa1a5e


#fa1a5e Border Color

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

This div border color is #fa1a5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa1a5e

Related Colors


Comments

No comments written yet.

Please login to write comment.