Color Hex Logo

#fa326c Color Hex

#FA326C
(250,50,108)
0 Favorites   0 Comments

Color spaces of #fa326c

RGB 25050108
HSL0.950.950.59
HSV343°80°98°
CMYK 0.000.800.57   0.02
XYZ43.271723.687916.4789
Yxy23.68790.51860.2839
Hunter Lab48.670273.527813.9946
CIE-Lab55.773975.273117.1657

#fa326c color RGB value is (250,50,108).

#fa326c hex color red value is 250, green value is 50 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fa326c hue: 0.95 , saturation: 0.95 and the lightness value of fa326c is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110010 01101100
Octal 372 62 154
Decimal 250 50 108
Hex FA 32 6C

RGB Percentages of Color #fa326c

%61.27
%12.25
%26.47

CMYK Percentages of Color #fa326c

%0
%80
%57
%2

Triadic Colors of #fa326c

#fa326c #6cfa32 #326cfa

Analogous Colors of #fa326c

#fa326c #fa5c32 #fa32d0

Monochromatic Colors of #fa326c

#fa326c

Complementary Color

#fa326c #32fac0

#fa326c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa326c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa326c Color CSS Codes

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

#fa326c Text Font Color

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

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


#fa326c Background Color

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

This div background color is #fa326c


#fa326c Border Color

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

This div border color is #fa326c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,50,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 #fa326c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa326c


Comments

No comments written yet.

Please login to write comment.