Color Hex Logo

#fa3aea Color Hex

#FA3AEA
(250,58,234)
0 Favorites   0 Comments

Color spaces of #fa3aea

RGB 25058234
HSL0.850.950.60
HSV305°77°98°
CMYK 0.000.770.06   0.02
XYZ55.788729.290680.5552
Yxy29.29060.33680.1768
Hunter Lab54.120889.2897-50.3647
CIE-Lab61.037286.5815-48.0644

#fa3aea color RGB value is (250,58,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111010 11101010
Octal 372 72 352
Decimal 250 58 234
Hex FA 3A EA

RGB Percentages of Color #fa3aea

%46.13
%10.70
%43.17

CMYK Percentages of Color #fa3aea

%0
%77
%6
%2

Triadic Colors of #fa3aea

#fa3aea #eafa3a #3aeafa

Analogous Colors of #fa3aea

#fa3aea #fa3a8a #aa3afa

Monochromatic Colors of #fa3aea

#fa3aea

Complementary Color

#fa3aea #3afa4a

#fa3aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3aea Color CSS Codes

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

#fa3aea Text Font Color

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

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


#fa3aea Background Color

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

This div background color is #fa3aea


#fa3aea Border Color

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

This div border color is #fa3aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3aea


Comments

No comments written yet.

Please login to write comment.