Color Hex Logo

#fa8cfa Color Hex

#FA8CFA
(250,140,250)
1 Favorites   0 Comments

Color spaces of #fa8cfa

RGB 250140250
HSL0.830.920.76
HSV300°44°98°
CMYK 0.000.440.00   0.02
XYZ66.057745.982395.8363
Yxy45.98230.31780.2212
Hunter Lab67.810255.2187-36.3274
CIE-Lab73.534056.9699-37.3006

#fa8cfa color RGB value is (250,140,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001100 11111010
Octal 372 214 372
Decimal 250 140 250
Hex FA 8C FA

RGB Percentages of Color #fa8cfa

%39.06
%21.88
%39.06

CMYK Percentages of Color #fa8cfa

%0
%44
%0
%2

Triadic Colors of #fa8cfa

#fa8cfa #fafa8c #8cfafa

Analogous Colors of #fa8cfa

#fa8cfa #fa8cc3 #c38cfa

Monochromatic Colors of #fa8cfa

#fa8cfa

Complementary Color

#fa8cfa #8cfa8c

#fa8cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8cfa Color CSS Codes

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

#fa8cfa Text Font Color

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

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


#fa8cfa Background Color

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

This div background color is #fa8cfa


#fa8cfa Border Color

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

This div border color is #fa8cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8cfa


Comments

No comments written yet.

Please login to write comment.