Color Hex Logo

#fa339e Color Hex

#FA339E
(250,51,158)
0 Favorites   0 Comments

Color spaces of #fa339e

RGB 25051158
HSL0.910.950.59
HSV328°80°98°
CMYK 0.000.800.37   0.02
XYZ46.779725.160334.7386
Yxy25.16030.43850.2359
Hunter Lab50.160078.6906-5.9496
CIE-Lab57.231379.1169-10.4011

#fa339e color RGB value is (250,51,158).

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

The process color (four color CMYK) of #fa339e color hex is 0.00, 0.80, 0.37, 0.02. Web safe color of #fa339e is #ff3399. Color #fa339e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110011 10011110
Octal 372 63 236
Decimal 250 51 158
Hex FA 33 9E

RGB Percentages of Color #fa339e

%54.47
%11.11
%34.42

CMYK Percentages of Color #fa339e

%0
%80
%37
%2

Triadic Colors of #fa339e

#fa339e #9efa33 #339efa

Analogous Colors of #fa339e

#fa339e #fa333b #f333fa

Monochromatic Colors of #fa339e

#fa339e

Complementary Color

#fa339e #33fa8f

#fa339e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa339e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa339e Color CSS Codes

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

#fa339e Text Font Color

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

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


#fa339e Background Color

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

This div background color is #fa339e


#fa339e Border Color

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

This div border color is #fa339e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa339e


Comments

No comments written yet.

Please login to write comment.