Color Hex Logo

#fa70ff Color Hex

#FA70FF
(250,112,255)
0 Favorites   0 Comments

Color spaces of #fa70ff

RGB 250112255
HSL0.831.000.72
HSV298°56°100°
CMYK 0.020.560.00   0.00
XYZ63.268539.132398.8264
Yxy39.13230.31440.1945
Hunter Lab62.555871.0609-49.8780
CIE-Lab68.847070.8494-47.3547

#fa70ff color RGB value is (250,112,255).

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

The process color (four color CMYK) of #fa70ff color hex is 0.02, 0.56, 0.00, 0.00. Web safe color of #fa70ff is #ff66ff. Color #fa70ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110000 11111111
Octal 372 160 377
Decimal 250 112 255
Hex FA 70 FF

RGB Percentages of Color #fa70ff

%40.52
%18.15
%41.33

CMYK Percentages of Color #fa70ff

%2
%56
%0
%0

Triadic Colors of #fa70ff

#fa70ff #fffa70 #70fffa

Analogous Colors of #fa70ff

#fa70ff #ff70bd #b370ff

Monochromatic Colors of #fa70ff

#fa70ff

Complementary Color

#fa70ff #75ff70

#fa70ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa70ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa70ff Color CSS Codes

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

#fa70ff Text Font Color

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

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


#fa70ff Background Color

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

This div background color is #fa70ff


#fa70ff Border Color

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

This div border color is #fa70ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,112,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 #fa70ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa70ff

Related Colors


Comments

No comments written yet.

Please login to write comment.