Color Hex Logo

#fa1aec Color Hex

#FA1AEC
(250,26,236)
0 Favorites   0 Comments

Color spaces of #fa1aec

RGB 25026236
HSL0.840.960.54
HSV304°90°98°
CMYK 0.000.900.06   0.02
XYZ54.934127.118981.6960
Yxy27.11890.33550.1656
Hunter Lab52.075897.1647-56.5605
CIE-Lab59.084292.8511-52.2815

#fa1aec color RGB value is (250,26,236).

#fa1aec hex color red value is 250, green value is 26 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fa1aec hue: 0.84 , saturation: 0.96 and the lightness value of fa1aec is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011010 11101100
Octal 372 32 354
Decimal 250 26 236
Hex FA 1A EC

RGB Percentages of Color #fa1aec

%48.83
%5.08
%46.09

CMYK Percentages of Color #fa1aec

%0
%90
%6
%2

Triadic Colors of #fa1aec

#fa1aec #ecfa1a #1aecfa

Analogous Colors of #fa1aec

#fa1aec #fa1a7c #981afa

Monochromatic Colors of #fa1aec

#fa1aec

Complementary Color

#fa1aec #1afa28

#fa1aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa1aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa1aec Color CSS Codes

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

#fa1aec Text Font Color

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

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


#fa1aec Background Color

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

This div background color is #fa1aec


#fa1aec Border Color

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

This div border color is #fa1aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa1aec


Comments

No comments written yet.

Please login to write comment.