Color Hex Logo

#fa6aec Color Hex

#FA6AEC
(250,106,236)
0 Favorites   0 Comments

Color spaces of #fa6aec

RGB 250106236
HSL0.850.940.70
HSV306°58°98°
CMYK 0.000.580.06   0.02
XYZ59.718736.688283.2909
Yxy36.68820.33230.2042
Hunter Lab60.570869.9901-39.1301
CIE-Lab67.042470.3051-39.7355

#fa6aec color RGB value is (250,106,236).

#fa6aec hex color red value is 250, green value is 106 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fa6aec hue: 0.85 , saturation: 0.94 and the lightness value of fa6aec is 0.70.

The process color (four color CMYK) of #fa6aec color hex is 0.00, 0.58, 0.06, 0.02. Web safe color of #fa6aec is #ff66ff. Color #fa6aec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101010 11101100
Octal 372 152 354
Decimal 250 106 236
Hex FA 6A EC

RGB Percentages of Color #fa6aec

%42.23
%17.91
%39.86

CMYK Percentages of Color #fa6aec

%0
%58
%6
%2

Triadic Colors of #fa6aec

#fa6aec #ecfa6a #6aecfa

Analogous Colors of #fa6aec

#fa6aec #fa6aa4 #c06afa

Monochromatic Colors of #fa6aec

#fa6aec

Complementary Color

#fa6aec #6afa78

#fa6aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6aec Color CSS Codes

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

#fa6aec Text Font Color

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

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


#fa6aec Background Color

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

This div background color is #fa6aec


#fa6aec Border Color

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

This div border color is #fa6aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6aec


Comments

No comments written yet.

Please login to write comment.