Color Hex Logo

#fa3982 Color Hex

#FA3982
(250,57,130)
0 Favorites   0 Comments

Color spaces of #fa3982

RGB 25057130
HSL0.940.950.60
HSV337°77°98°
CMYK 0.000.770.48   0.02
XYZ44.916724.862023.5506
Yxy24.86200.48130.2664
Hunter Lab49.861873.53896.8996
CIE-Lab56.940775.05765.7057

#fa3982 color RGB value is (250,57,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111001 10000010
Octal 372 71 202
Decimal 250 57 130
Hex FA 39 82

RGB Percentages of Color #fa3982

%57.21
%13.04
%29.75

CMYK Percentages of Color #fa3982

%0
%77
%48
%2

Triadic Colors of #fa3982

#fa3982 #82fa39 #3982fa

Analogous Colors of #fa3982

#fa3982 #fa5139 #fa39e3

Monochromatic Colors of #fa3982

#fa3982

Complementary Color

#fa3982 #39fab1

#fa3982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3982 Color CSS Codes

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

#fa3982 Text Font Color

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

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


#fa3982 Background Color

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

This div background color is #fa3982


#fa3982 Border Color

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

This div border color is #fa3982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3982


Comments

No comments written yet.

Please login to write comment.