Color Hex Logo

#fa398e Color Hex

#FA398E
(250,57,142)
0 Favorites   0 Comments

Color spaces of #fa398e

RGB 25057142
HSL0.930.950.60
HSV334°77°98°
CMYK 0.000.770.43   0.02
XYZ45.770025.203228.0436
Yxy25.20320.46220.2545
Hunter Lab50.202874.88402.0222
CIE-Lab57.272976.0767-0.9165

#fa398e color RGB value is (250,57,142).

#fa398e hex color red value is 250, green value is 57 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fa398e hue: 0.93 , saturation: 0.95 and the lightness value of fa398e is 0.60.

The process color (four color CMYK) of #fa398e color hex is 0.00, 0.77, 0.43, 0.02. Web safe color of #fa398e is #ff3399. Color #fa398e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111001 10001110
Octal 372 71 216
Decimal 250 57 142
Hex FA 39 8E

RGB Percentages of Color #fa398e

%55.68
%12.69
%31.63

CMYK Percentages of Color #fa398e

%0
%77
%43
%2

Triadic Colors of #fa398e

#fa398e #8efa39 #398efa

Analogous Colors of #fa398e

#fa398e #fa4539 #fa39ef

Monochromatic Colors of #fa398e

#fa398e

Complementary Color

#fa398e #39faa5

#fa398e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa398e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa398e Color CSS Codes

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

#fa398e Text Font Color

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

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


#fa398e Background Color

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

This div background color is #fa398e


#fa398e Border Color

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

This div border color is #fa398e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa398e


Comments

No comments written yet.

Please login to write comment.