Color Hex Logo

#fc156c Color Hex

#FC156C
(252,21,108)
0 Favorites   0 Comments

Color spaces of #fc156c

RGB 25221108
HSL0.940.970.54
HSV337°92°99°
CMYK 0.000.920.57   0.01
XYZ43.119822.314516.2218
Yxy22.31450.52810.2733
Hunter Lab47.238280.270712.7063
CIE-Lab54.359180.920915.2835

#fc156c color RGB value is (252,21,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 01101100
Octal 374 25 154
Decimal 252 21 108
Hex FC 15 6C

RGB Percentages of Color #fc156c

%66.14
%5.51
%28.35

CMYK Percentages of Color #fc156c

%0
%92
%57
%1

Triadic Colors of #fc156c

#fc156c #6cfc15 #156cfc

Analogous Colors of #fc156c

#fc156c #fc3215 #fc15e0

Monochromatic Colors of #fc156c

#fc156c

Complementary Color

#fc156c #15fca5

#fc156c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc156c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc156c Color CSS Codes

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

#fc156c Text Font Color

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

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


#fc156c Background Color

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

This div background color is #fc156c


#fc156c Border Color

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

This div border color is #fc156c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc156c


Comments

No comments written yet.

Please login to write comment.