color codes Logo

#fa1c9d color codes

#FA1C9D
(250,28,157)
0 Favorites   0 Comments

Color spaces of #fa1c9d

RGB 25028157
HSL0.900.960.55
HSV325°89°98°
CMYK 0.000.890.37   0.02
XYZ45.925423.588834.0308
Yxy23.58880.44350.2278
Hunter Lab48.568383.7922-7.5455
CIE-Lab55.673783.4126-12.1520

#fa1c9d color RGB value is (250,28,157).

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

The process color (four color CMYK) of #fa1c9d color code is 0.00, 0.89, 0.37, 0.02. Web safe color of #fa1c9d is #ff3399. Color #fa1c9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011100 10011101
Octal 372 34 235
Decimal 250 28 157
Hex FA 1C 9D

RGB Percentages of Color #fa1c9d

%57.47
%6.44
%36.09

CMYK Percentages of Color #fa1c9d

%0
%89
%37
%2

Triadic Colors of #fa1c9d

#fa1c9d #9dfa1c #1c9dfa

Analogous Colors of #fa1c9d

#fa1c9d #fa1c2e #e81cfa

Monochromatic Colors of #fa1c9d

#fa1c9d

Complementary Color

#fa1c9d #1cfa79

#fa1c9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa1c9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa1c9d Color CSS Codes

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

#fa1c9d Text Font Color

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

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


#fa1c9d Background Color

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

This div background color is #fa1c9d


#fa1c9d Border Color

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

This div border color is #fa1c9d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,28,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 #fa1c9d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa1c9d

Related Colors


Comments

No comments written yet.

Please login to write comment.