Color Hex Logo

#fa3aef Color Hex

#FA3AEF
(250,58,239)
0 Favorites   0 Comments

Color spaces of #fa3aef

RGB 25058239
HSL0.840.950.60
HSV303°77°98°
CMYK 0.000.770.04   0.02
XYZ56.517429.582184.3925
Yxy29.58210.33150.1735
Hunter Lab54.389490.3023-53.9238
CIE-Lab61.292087.2985-50.4530

#fa3aef color RGB value is (250,58,239).

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

The process color (four color CMYK) of #fa3aef color hex is 0.00, 0.77, 0.04, 0.02. Web safe color of #fa3aef is #ff33ff. Color #fa3aef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111010 11101111
Octal 372 72 357
Decimal 250 58 239
Hex FA 3A EF

RGB Percentages of Color #fa3aef

%45.70
%10.60
%43.69

CMYK Percentages of Color #fa3aef

%0
%77
%4
%2

Triadic Colors of #fa3aef

#fa3aef #effa3a #3aeffa

Analogous Colors of #fa3aef

#fa3aef #fa3a8f #a53afa

Monochromatic Colors of #fa3aef

#fa3aef

Complementary Color

#fa3aef #3afa45

#fa3aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3aef Color CSS Codes

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

#fa3aef Text Font Color

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

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


#fa3aef Background Color

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

This div background color is #fa3aef


#fa3aef Border Color

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

This div border color is #fa3aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3aef

Related Colors


Comments

No comments written yet.

Please login to write comment.