Color Hex Logo

#fa8afa Color Hex

#FA8AFA
(250,138,250)
0 Favorites   0 Comments

Color spaces of #fa8afa

RGB 250138250
HSL0.830.920.76
HSV300°45°98°
CMYK 0.000.450.00   0.02
XYZ65.768145.403195.7398
Yxy45.40310.31790.2194
Hunter Lab67.381856.3069-37.0752
CIE-Lab73.156557.9490-37.8871

#fa8afa color RGB value is (250,138,250).

#fa8afa hex color red value is 250, green value is 138 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fa8afa hue: 0.83 , saturation: 0.92 and the lightness value of fa8afa is 0.76.

The process color (four color CMYK) of #fa8afa color hex is 0.00, 0.45, 0.00, 0.02. Web safe color of #fa8afa is #ff99ff. Color #fa8afa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001010 11111010
Octal 372 212 372
Decimal 250 138 250
Hex FA 8A FA

RGB Percentages of Color #fa8afa

%39.18
%21.63
%39.18

CMYK Percentages of Color #fa8afa

%0
%45
%0
%2

Triadic Colors of #fa8afa

#fa8afa #fafa8a #8afafa

Analogous Colors of #fa8afa

#fa8afa #fa8ac2 #c28afa

Monochromatic Colors of #fa8afa

#fa8afa

Complementary Color

#fa8afa #8afa8a

#fa8afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8afa Color CSS Codes

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

#fa8afa Text Font Color

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

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


#fa8afa Background Color

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

This div background color is #fa8afa


#fa8afa Border Color

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

This div border color is #fa8afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8afa

Related Colors


Comments

No comments written yet.

Please login to write comment.