Color Hex Logo

#fa56ef Color Hex

#FA56EF
(250,86,239)
0 Favorites   0 Comments

Color spaces of #fa56ef

RGB 25086239
HSL0.840.940.66
HSV304°66°98°
CMYK 0.000.660.04   0.02
XYZ58.332133.211684.9974
Yxy33.21160.33040.1881
Hunter Lab57.629579.8246-47.1058
CIE-Lab64.331978.6481-45.6496

#fa56ef color RGB value is (250,86,239).

#fa56ef hex color red value is 250, green value is 86 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fa56ef hue: 0.84 , saturation: 0.94 and the lightness value of fa56ef is 0.66.

The process color (four color CMYK) of #fa56ef color hex is 0.00, 0.66, 0.04, 0.02. Web safe color of #fa56ef is #ff66ff. Color #fa56ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010110 11101111
Octal 372 126 357
Decimal 250 86 239
Hex FA 56 EF

RGB Percentages of Color #fa56ef

%43.48
%14.96
%41.57

CMYK Percentages of Color #fa56ef

%0
%66
%4
%2

Triadic Colors of #fa56ef

#fa56ef #effa56 #56effa

Analogous Colors of #fa56ef

#fa56ef #fa569d #b356fa

Monochromatic Colors of #fa56ef

#fa56ef

Complementary Color

#fa56ef #56fa61

#fa56ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa56ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa56ef Color CSS Codes

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

#fa56ef Text Font Color

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

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


#fa56ef Background Color

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

This div background color is #fa56ef


#fa56ef Border Color

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

This div border color is #fa56ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa56ef

Related Colors


Comments

No comments written yet.

Please login to write comment.