Color Hex Logo

#fa8fec Color Hex

#FA8FEC
(250,143,236)
0 Favorites   0 Comments

Color spaces of #fa8fec

RGB 250143236
HSL0.860.910.77
HSV308°43°98°
CMYK 0.000.430.06   0.02
XYZ64.387146.025084.8470
Yxy46.02500.32980.2357
Hunter Lab67.841750.6874-26.6625
CIE-Lab73.561853.0850-29.6274

#fa8fec color RGB value is (250,143,236).

#fa8fec hex color red value is 250, green value is 143 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fa8fec hue: 0.86 , saturation: 0.91 and the lightness value of fa8fec is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001111 11101100
Octal 372 217 354
Decimal 250 143 236
Hex FA 8F EC

RGB Percentages of Color #fa8fec

%39.75
%22.73
%37.52

CMYK Percentages of Color #fa8fec

%0
%43
%6
%2

Triadic Colors of #fa8fec

#fa8fec #ecfa8f #8fecfa

Analogous Colors of #fa8fec

#fa8fec #fa8fb7 #d38ffa

Monochromatic Colors of #fa8fec

#fa8fec

Complementary Color

#fa8fec #8ffa9d

#fa8fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8fec Color CSS Codes

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

#fa8fec Text Font Color

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

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


#fa8fec Background Color

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

This div background color is #fa8fec


#fa8fec Border Color

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

This div border color is #fa8fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8fec


Comments

No comments written yet.

Please login to write comment.