Color Hex Logo

#fa5acb Color Hex

#FA5ACB
(250,90,203)
0 Favorites   0 Comments

Color spaces of #fa5acb

RGB 25090203
HSL0.880.940.67
HSV318°64°98°
CMYK 0.000.640.19   0.02
XYZ53.860031.948159.8278
Yxy31.94810.36980.2194
Hunter Lab56.522771.1766-23.1911
CIE-Lab63.300071.9474-27.0874

#fa5acb color RGB value is (250,90,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011010 11001011
Octal 372 132 313
Decimal 250 90 203
Hex FA 5A CB

RGB Percentages of Color #fa5acb

%46.04
%16.57
%37.38

CMYK Percentages of Color #fa5acb

%0
%64
%19
%2

Triadic Colors of #fa5acb

#fa5acb #cbfa5a #5acbfa

Analogous Colors of #fa5acb

#fa5acb #fa5a7b #d95afa

Monochromatic Colors of #fa5acb

#fa5acb

Complementary Color

#fa5acb #5afa89

#fa5acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5acb Color CSS Codes

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

#fa5acb Text Font Color

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

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


#fa5acb Background Color

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

This div background color is #fa5acb


#fa5acb Border Color

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

This div border color is #fa5acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5acb


Comments

No comments written yet.

Please login to write comment.