Color Hex Logo

#fa1a6c Color Hex

#FA1A6C
(250,26,108)
0 Favorites   0 Comments

Color spaces of #fa1a6c

RGB 25026108
HSL0.940.960.54
HSV338°90°98°
CMYK 0.000.900.57   0.02
XYZ42.500522.145516.2218
Yxy22.14550.52560.2738
Hunter Lab47.059078.855812.5033
CIE-Lab54.181079.840314.9765

#fa1a6c color RGB value is (250,26,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011010 01101100
Octal 372 32 154
Decimal 250 26 108
Hex FA 1A 6C

RGB Percentages of Color #fa1a6c

%65.10
%6.77
%28.13

CMYK Percentages of Color #fa1a6c

%0
%90
%57
%2

Triadic Colors of #fa1a6c

#fa1a6c #6cfa1a #1a6cfa

Analogous Colors of #fa1a6c

#fa1a6c #fa381a #fa1adc

Monochromatic Colors of #fa1a6c

#fa1a6c

Complementary Color

#fa1a6c #1afaa8

#fa1a6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa1a6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa1a6c Color CSS Codes

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

#fa1a6c Text Font Color

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

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


#fa1a6c Background Color

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

This div background color is #fa1a6c


#fa1a6c Border Color

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

This div border color is #fa1a6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa1a6c


Comments

No comments written yet.

Please login to write comment.