Color Hex Logo

#fa0384 Color Hex

#FA0384
(250,3,132)
0 Favorites   0 Comments

Color spaces of #fa0384

RGB 2503132
HSL0.910.980.50
HSV329°99°98°
CMYK 0.000.990.47   0.02
XYZ43.621822.055123.7877
Yxy22.05510.48760.2465
Hunter Lab46.962983.61612.8423
CIE-Lab54.085483.58590.3812

#fa0384 color RGB value is (250,3,132).

#fa0384 hex color red value is 250, green value is 3 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fa0384 hue: 0.91 , saturation: 0.98 and the lightness value of fa0384 is 0.50.

The process color (four color CMYK) of #fa0384 color hex is 0.00, 0.99, 0.47, 0.02. Web safe color of #fa0384 is #ff0099. Color #fa0384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000011 10000100
Octal 372 3 204
Decimal 250 3 132
Hex FA 3 84

RGB Percentages of Color #fa0384

%64.94
%0.78
%34.29

CMYK Percentages of Color #fa0384

%0
%99
%47
%2

Triadic Colors of #fa0384

#fa0384 #84fa03 #0384fa

Analogous Colors of #fa0384

#fa0384 #fa0309 #f503fa

Monochromatic Colors of #fa0384

#fa0384

Complementary Color

#fa0384 #03fa79

#fa0384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0384 Color CSS Codes

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

#fa0384 Text Font Color

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

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


#fa0384 Background Color

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

This div background color is #fa0384


#fa0384 Border Color

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

This div border color is #fa0384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0384


Comments

No comments written yet.

Please login to write comment.