Color Hex Logo

#fa46ff Color Hex

#FA46FF
(250,70,255)
0 Favorites   0 Comments

Color spaces of #fa46ff

RGB 25070255
HSL0.831.000.64
HSV298°73°100°
CMYK 0.020.730.00   0.00
XYZ59.664531.924397.6251
Yxy31.92430.31530.1687
Hunter Lab56.501689.6145-62.8919
CIE-Lab63.280386.3918-56.1647

#fa46ff color RGB value is (250,70,255).

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

The process color (four color CMYK) of #fa46ff color hex is 0.02, 0.73, 0.00, 0.00. Web safe color of #fa46ff is #ff33ff. Color #fa46ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000110 11111111
Octal 372 106 377
Decimal 250 70 255
Hex FA 46 FF

RGB Percentages of Color #fa46ff

%43.48
%12.17
%44.35

CMYK Percentages of Color #fa46ff

%2
%73
%0
%0

Triadic Colors of #fa46ff

#fa46ff #fffa46 #46fffa

Analogous Colors of #fa46ff

#fa46ff #ff46a8 #9e46ff

Monochromatic Colors of #fa46ff

#fa46ff

Complementary Color

#fa46ff #4bff46

#fa46ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa46ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa46ff Color CSS Codes

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

#fa46ff Text Font Color

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

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


#fa46ff Background Color

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

This div background color is #fa46ff


#fa46ff Border Color

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

This div border color is #fa46ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa46ff

Related Colors


Comments

No comments written yet.

Please login to write comment.