Color Hex Logo

#fa4eec Color Hex

#FA4EEC
(250,78,236)
0 Favorites   0 Comments

Color spaces of #fa4eec

RGB 25078236
HSL0.850.950.64
HSV305°69°98°
CMYK 0.000.690.06   0.02
XYZ57.289131.828982.4810
Yxy31.82890.33390.1855
Hunter Lab56.417182.5290-47.1892
CIE-Lab63.201280.9739-45.7635

#fa4eec color RGB value is (250,78,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001110 11101100
Octal 372 116 354
Decimal 250 78 236
Hex FA 4E EC

RGB Percentages of Color #fa4eec

%44.33
%13.83
%41.84

CMYK Percentages of Color #fa4eec

%0
%69
%6
%2

Triadic Colors of #fa4eec

#fa4eec #ecfa4e #4eecfa

Analogous Colors of #fa4eec

#fa4eec #fa4e96 #b24efa

Monochromatic Colors of #fa4eec

#fa4eec

Complementary Color

#fa4eec #4efa5c

#fa4eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4eec Color CSS Codes

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

#fa4eec Text Font Color

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

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


#fa4eec Background Color

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

This div background color is #fa4eec


#fa4eec Border Color

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

This div border color is #fa4eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4eec

Related Colors


Comments

No comments written yet.

Please login to write comment.