Color Hex Logo

#fa5abe Color Hex

#FA5ABE
(250,90,190)
0 Favorites   0 Comments

Color spaces of #fa5abe

RGB 25090190
HSL0.900.940.67
HSV323°64°98°
CMYK 0.000.640.24   0.02
XYZ52.374831.354052.0067
Yxy31.35400.38590.2310
Hunter Lab55.994668.9700-15.8711
CIE-Lab62.805370.2408-20.4662

#fa5abe color RGB value is (250,90,190).

#fa5abe hex color red value is 250, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fa5abe hue: 0.90 , saturation: 0.94 and the lightness value of fa5abe is 0.67.

The process color (four color CMYK) of #fa5abe color hex is 0.00, 0.64, 0.24, 0.02. Web safe color of #fa5abe is #ff66cc. Color #fa5abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011010 10111110
Octal 372 132 276
Decimal 250 90 190
Hex FA 5A BE

RGB Percentages of Color #fa5abe

%47.17
%16.98
%35.85

CMYK Percentages of Color #fa5abe

%0
%64
%24
%2

Triadic Colors of #fa5abe

#fa5abe #befa5a #5abefa

Analogous Colors of #fa5abe

#fa5abe #fa5a6e #e65afa

Monochromatic Colors of #fa5abe

#fa5abe

Complementary Color

#fa5abe #5afa96

#fa5abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5abe Color CSS Codes

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

#fa5abe Text Font Color

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

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


#fa5abe Background Color

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

This div background color is #fa5abe


#fa5abe Border Color

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

This div border color is #fa5abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5abe


Comments

No comments written yet.

Please login to write comment.