Color Hex Logo

#fa5a9d Color Hex

#FA5A9D
(250,90,157)
0 Favorites   0 Comments

Color spaces of #fa5a9d

RGB 25090157
HSL0.930.940.67
HSV335°64°98°
CMYK 0.000.640.37   0.02
XYZ49.166330.070635.1112
Yxy30.07060.43000.2630
Hunter Lab54.836764.07810.4231
CIE-Lab61.715166.3925-3.1572

#fa5a9d color RGB value is (250,90,157).

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

The process color (four color CMYK) of #fa5a9d color hex is 0.00, 0.64, 0.37, 0.02. Web safe color of #fa5a9d is #ff6699. Color #fa5a9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011010 10011101
Octal 372 132 235
Decimal 250 90 157
Hex FA 5A 9D

RGB Percentages of Color #fa5a9d

%50.30
%18.11
%31.59

CMYK Percentages of Color #fa5a9d

%0
%64
%37
%2

Triadic Colors of #fa5a9d

#fa5a9d #9dfa5a #5a9dfa

Analogous Colors of #fa5a9d

#fa5a9d #fa675a #fa5aed

Monochromatic Colors of #fa5a9d

#fa5a9d

Complementary Color

#fa5a9d #5afab7

#fa5a9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5a9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5a9d Color CSS Codes

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

#fa5a9d Text Font Color

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

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


#fa5a9d Background Color

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

This div background color is #fa5a9d


#fa5a9d Border Color

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

This div border color is #fa5a9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5a9d


Comments

No comments written yet.

Please login to write comment.