Color Hex Logo

#fa7aff Color Hex

#FA7AFF
(250,122,255)
0 Favorites   0 Comments

Color spaces of #fa7aff

RGB 250122255
HSL0.831.000.74
HSV298°52°100°
CMYK 0.020.520.00   0.00
XYZ64.433941.463199.2149
Yxy41.46310.31410.2021
Hunter Lab64.391865.9308-46.2797
CIE-Lab70.499266.3922-44.7595

#fa7aff color RGB value is (250,122,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111010 11111111
Octal 372 172 377
Decimal 250 122 255
Hex FA 7A FF

RGB Percentages of Color #fa7aff

%39.87
%19.46
%40.67

CMYK Percentages of Color #fa7aff

%2
%52
%0
%0

Triadic Colors of #fa7aff

#fa7aff #fffa7a #7afffa

Analogous Colors of #fa7aff

#fa7aff #ff7ac2 #b87aff

Monochromatic Colors of #fa7aff

#fa7aff

Complementary Color

#fa7aff #7fff7a

#fa7aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7aff Color CSS Codes

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

#fa7aff Text Font Color

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

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


#fa7aff Background Color

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

This div background color is #fa7aff


#fa7aff Border Color

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

This div border color is #fa7aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7aff

Related Colors


Comments

No comments written yet.

Please login to write comment.