Color Hex Logo

#fa349a Color Hex

#FA349A
(250,52,154)
0 Favorites   0 Comments

Color spaces of #fa349a

RGB 25052154
HSL0.910.950.59
HSV329°79°98°
CMYK 0.000.790.38   0.02
XYZ46.485125.113132.9691
Yxy25.11310.44450.2402
Hunter Lab50.113077.8800-3.9275
CIE-Lab57.185578.4840-8.1191

#fa349a color RGB value is (250,52,154).

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

The process color (four color CMYK) of #fa349a color hex is 0.00, 0.79, 0.38, 0.02. Web safe color of #fa349a is #ff3399. Color #fa349a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110100 10011010
Octal 372 64 232
Decimal 250 52 154
Hex FA 34 9A

RGB Percentages of Color #fa349a

%54.82
%11.40
%33.77

CMYK Percentages of Color #fa349a

%0
%79
%38
%2

Triadic Colors of #fa349a

#fa349a #9afa34 #349afa

Analogous Colors of #fa349a

#fa349a #fa3437 #f734fa

Monochromatic Colors of #fa349a

#fa349a

Complementary Color

#fa349a #34fa94

#fa349a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa349a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa349a Color CSS Codes

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

#fa349a Text Font Color

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

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


#fa349a Background Color

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

This div background color is #fa349a


#fa349a Border Color

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

This div border color is #fa349a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa349a


Comments

No comments written yet.

Please login to write comment.