Color Hex Logo

#fa46fd Color Hex

#FA46FD
(250,70,253)
0 Favorites   0 Comments

Color spaces of #fa46fd

RGB 25070253
HSL0.830.980.63
HSV299°72°99°
CMYK 0.010.720.00   0.01
XYZ59.344131.796295.9380
Yxy31.79620.31720.1700
Hunter Lab56.388189.1781-61.4035
CIE-Lab63.174186.0817-55.2304

#fa46fd color RGB value is (250,70,253).

#fa46fd hex color red value is 250, green value is 70 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fa46fd hue: 0.83 , saturation: 0.98 and the lightness value of fa46fd is 0.63.

The process color (four color CMYK) of #fa46fd color hex is 0.01, 0.72, 0.00, 0.01. Web safe color of #fa46fd is #ff33ff. Color #fa46fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000110 11111101
Octal 372 106 375
Decimal 250 70 253
Hex FA 46 FD

RGB Percentages of Color #fa46fd

%43.63
%12.22
%44.15

CMYK Percentages of Color #fa46fd

%1
%72
%0
%1

Triadic Colors of #fa46fd

#fa46fd #fdfa46 #46fdfa

Analogous Colors of #fa46fd

#fa46fd #fd46a5 #9f46fd

Monochromatic Colors of #fa46fd

#fa46fd

Complementary Color

#fa46fd #49fd46

#fa46fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa46fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa46fd Color CSS Codes

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

#fa46fd Text Font Color

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

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


#fa46fd Background Color

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

This div background color is #fa46fd


#fa46fd Border Color

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

This div border color is #fa46fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa46fd

Related Colors


Comments

No comments written yet.

Please login to write comment.