Color Hex Logo

#fa7eec Color Hex

#FA7EEC
(250,126,236)
0 Favorites   0 Comments

Color spaces of #fa7eec

RGB 250126236
HSL0.850.930.74
HSV307°50°98°
CMYK 0.000.500.06   0.02
XYZ62.025541.301884.0598
Yxy41.30180.33100.2204
Hunter Lab64.266559.8094-32.5641
CIE-Lab70.386961.3341-34.5304

#fa7eec color RGB value is (250,126,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111110 11101100
Octal 372 176 354
Decimal 250 126 236
Hex FA 7E EC

RGB Percentages of Color #fa7eec

%40.85
%20.59
%38.56

CMYK Percentages of Color #fa7eec

%0
%50
%6
%2

Triadic Colors of #fa7eec

#fa7eec #ecfa7e #7eecfa

Analogous Colors of #fa7eec

#fa7eec #fa7eae #ca7efa

Monochromatic Colors of #fa7eec

#fa7eec

Complementary Color

#fa7eec #7efa8c

#fa7eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7eec Color CSS Codes

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

#fa7eec Text Font Color

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

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


#fa7eec Background Color

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

This div background color is #fa7eec


#fa7eec Border Color

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

This div border color is #fa7eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7eec


Comments

No comments written yet.

Please login to write comment.