Color Hex Logo

#fc157e Color Hex

#FC157E
(252,21,126)
0 Favorites   0 Comments

Color spaces of #fc157e

RGB 25221126
HSL0.920.970.54
HSV333°92°99°
CMYK 0.000.920.50   0.01
XYZ44.178922.738121.7991
Yxy22.73810.49800.2563
Hunter Lab47.684581.92956.2745
CIE-Lab54.801582.13405.0706

#fc157e color RGB value is (252,21,126).

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

The process color (four color CMYK) of #fc157e color hex is 0.00, 0.92, 0.50, 0.01. Web safe color of #fc157e is #ff0066. Color #fc157e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 01111110
Octal 374 25 176
Decimal 252 21 126
Hex FC 15 7E

RGB Percentages of Color #fc157e

%63.16
%5.26
%31.58

CMYK Percentages of Color #fc157e

%0
%92
%50
%1

Triadic Colors of #fc157e

#fc157e #7efc15 #157efc

Analogous Colors of #fc157e

#fc157e #fc2015 #fc15f2

Monochromatic Colors of #fc157e

#fc157e

Complementary Color

#fc157e #15fc93

#fc157e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc157e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc157e Color CSS Codes

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

#fc157e Text Font Color

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

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


#fc157e Background Color

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

This div background color is #fc157e


#fc157e Border Color

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

This div border color is #fc157e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc157e

Related Colors


Comments

No comments written yet.

Please login to write comment.