Color Hex Logo

#fc159e Color Hex

#FC159E
(252,21,158)
0 Favorites   0 Comments

Color spaces of #fc159e

RGB 25221158
HSL0.900.970.54
HSV324°92°99°
CMYK 0.000.920.37   0.01
XYZ46.584623.700434.4671
Yxy23.70040.44470.2263
Hunter Lab48.683185.6105-7.8986
CIE-Lab55.786684.7945-12.5350

#fc159e color RGB value is (252,21,158).

#fc159e hex color red value is 252, green value is 21 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fc159e hue: 0.90 , saturation: 0.97 and the lightness value of fc159e is 0.54.

The process color (four color CMYK) of #fc159e color hex is 0.00, 0.92, 0.37, 0.01. Web safe color of #fc159e is #ff0099. Color #fc159e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 10011110
Octal 374 25 236
Decimal 252 21 158
Hex FC 15 9E

RGB Percentages of Color #fc159e

%58.47
%4.87
%36.66

CMYK Percentages of Color #fc159e

%0
%92
%37
%1

Triadic Colors of #fc159e

#fc159e #9efc15 #159efc

Analogous Colors of #fc159e

#fc159e #fc152a #e715fc

Monochromatic Colors of #fc159e

#fc159e

Complementary Color

#fc159e #15fc73

#fc159e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc159e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc159e Color CSS Codes

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

#fc159e Text Font Color

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

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


#fc159e Background Color

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

This div background color is #fc159e


#fc159e Border Color

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

This div border color is #fc159e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,21,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc159e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc159e;
  -webkit-box-shadow: 1px 1px 3px 2px #fc159e;
  box-shadow:         1px 1px 3px 2px #fc159e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,21,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc159e


Comments

No comments written yet.

Please login to write comment.