Color Hex Logo

#fa5abb Color Hex

#FA5ABB
(250,90,187)
0 Favorites   0 Comments

Color spaces of #fa5abb

RGB 25090187
HSL0.900.940.67
HSV324°64°98°
CMYK 0.000.640.25   0.02
XYZ52.050131.224250.2972
Yxy31.22420.38970.2338
Hunter Lab55.878668.4825-14.2528
CIE-Lab62.696469.8613-18.9218

#fa5abb color RGB value is (250,90,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011010 10111011
Octal 372 132 273
Decimal 250 90 187
Hex FA 5A BB

RGB Percentages of Color #fa5abb

%47.44
%17.08
%35.48

CMYK Percentages of Color #fa5abb

%0
%64
%25
%2

Triadic Colors of #fa5abb

#fa5abb #bbfa5a #5abbfa

Analogous Colors of #fa5abb

#fa5abb #fa5a6b #e95afa

Monochromatic Colors of #fa5abb

#fa5abb

Complementary Color

#fa5abb #5afa99

#fa5abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5abb Color CSS Codes

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

#fa5abb Text Font Color

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

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


#fa5abb Background Color

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

This div background color is #fa5abb


#fa5abb Border Color

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

This div border color is #fa5abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5abb

Related Colors


Comments

No comments written yet.

Please login to write comment.