Color Hex Logo

#fa0247 Color Hex

#FA0247
(250,2,71)
0 Favorites   0 Comments

Color spaces of #fa0247

RGB 250271
HSL0.950.980.49
HSV343°99°98°
CMYK 0.000.990.72   0.02
XYZ40.583420.82237.8414
Yxy20.82230.58610.3007
Hunter Lab45.631578.898121.7535
CIE-Lab52.754580.151835.3324

#fa0247 color RGB value is (250,2,71).

#fa0247 hex color red value is 250, green value is 2 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #fa0247 hue: 0.95 , saturation: 0.98 and the lightness value of fa0247 is 0.49.

The process color (four color CMYK) of #fa0247 color hex is 0.00, 0.99, 0.72, 0.02. Web safe color of #fa0247 is #ff0033. Color #fa0247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000010 01000111
Octal 372 2 107
Decimal 250 2 71
Hex FA 2 47

RGB Percentages of Color #fa0247

%77.40
%0.62
%21.98

CMYK Percentages of Color #fa0247

%0
%99
%72
%2

Triadic Colors of #fa0247

#fa0247 #47fa02 #0247fa

Analogous Colors of #fa0247

#fa0247 #fa3902 #fa02c3

Monochromatic Colors of #fa0247

#fa0247

Complementary Color

#fa0247 #02fab5

#fa0247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0247 Color CSS Codes

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

#fa0247 Text Font Color

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

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


#fa0247 Background Color

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

This div background color is #fa0247


#fa0247 Border Color

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

This div border color is #fa0247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0247


Comments

No comments written yet.

Please login to write comment.