Color Hex Logo

#fa0496 Color Hex

#FA0496
(250,4,150)
0 Favorites   0 Comments

Color spaces of #fa0496

RGB 2504150
HSL0.900.970.50
HSV324°98°98°
CMYK 0.000.980.40   0.02
XYZ44.972822.612830.8485
Yxy22.61280.45690.2297
Hunter Lab47.552985.5974-5.1755
CIE-Lab54.671285.0019-9.5105

#fa0496 color RGB value is (250,4,150).

#fa0496 hex color red value is 250, green value is 4 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fa0496 hue: 0.90 , saturation: 0.97 and the lightness value of fa0496 is 0.50.

The process color (four color CMYK) of #fa0496 color hex is 0.00, 0.98, 0.40, 0.02. Web safe color of #fa0496 is #ff0099. Color #fa0496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000100 10010110
Octal 372 4 226
Decimal 250 4 150
Hex FA 4 96

RGB Percentages of Color #fa0496

%61.88
%0.99
%37.13

CMYK Percentages of Color #fa0496

%0
%98
%40
%2

Triadic Colors of #fa0496

#fa0496 #96fa04 #0496fa

Analogous Colors of #fa0496

#fa0496 #fa041b #e304fa

Monochromatic Colors of #fa0496

#fa0496

Complementary Color

#fa0496 #04fa68

#fa0496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0496 Color CSS Codes

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

#fa0496 Text Font Color

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

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


#fa0496 Background Color

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

This div background color is #fa0496


#fa0496 Border Color

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

This div border color is #fa0496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0496


Comments

No comments written yet.

Please login to write comment.