Color Hex Logo

#fa1eab Color Hex

#FA1EAB
(250,30,171)
0 Favorites   0 Comments

Color spaces of #fa1eab

RGB 25030171
HSL0.890.960.55
HSV322°88°98°
CMYK 0.000.880.32   0.02
XYZ47.239324.192840.7080
Yxy24.19280.42130.2157
Hunter Lab49.186285.3588-14.6399
CIE-Lab56.280384.5045-19.4586

#fa1eab color RGB value is (250,30,171).

#fa1eab hex color red value is 250, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fa1eab hue: 0.89 , saturation: 0.96 and the lightness value of fa1eab is 0.55.

The process color (four color CMYK) of #fa1eab color hex is 0.00, 0.88, 0.32, 0.02. Web safe color of #fa1eab is #ff3399. Color #fa1eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011110 10101011
Octal 372 36 253
Decimal 250 30 171
Hex FA 1E AB

RGB Percentages of Color #fa1eab

%55.43
%6.65
%37.92

CMYK Percentages of Color #fa1eab

%0
%88
%32
%2

Triadic Colors of #fa1eab

#fa1eab #abfa1e #1eabfa

Analogous Colors of #fa1eab

#fa1eab #fa1e3d #db1efa

Monochromatic Colors of #fa1eab

#fa1eab

Complementary Color

#fa1eab #1efa6d

#fa1eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa1eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa1eab Color CSS Codes

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

#fa1eab Text Font Color

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

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


#fa1eab Background Color

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

This div background color is #fa1eab


#fa1eab Border Color

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

This div border color is #fa1eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa1eab


Comments

No comments written yet.

Please login to write comment.