Color Hex Logo

#fc149c Color Hex

#FC149C
(252,20,156)
0 Favorites   0 Comments

Color spaces of #fc149c

RGB 25220156
HSL0.900.970.53
HSV325°92°99°
CMYK 0.000.920.38   0.01
XYZ46.395823.596133.5617
Yxy23.59610.44800.2279
Hunter Lab48.575885.4815-6.9612
CIE-Lab55.681184.7158-11.5127

#fc149c color RGB value is (252,20,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010100 10011100
Octal 374 24 234
Decimal 252 20 156
Hex FC 14 9C

RGB Percentages of Color #fc149c

%58.88
%4.67
%36.45

CMYK Percentages of Color #fc149c

%0
%92
%38
%1

Triadic Colors of #fc149c

#fc149c #9cfc14 #149cfc

Analogous Colors of #fc149c

#fc149c #fc1428 #e814fc

Monochromatic Colors of #fc149c

#fc149c

Complementary Color

#fc149c #14fc74

#fc149c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc149c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc149c Color CSS Codes

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

#fc149c Text Font Color

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

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


#fc149c Background Color

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

This div background color is #fc149c


#fc149c Border Color

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

This div border color is #fc149c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc149c

Related Colors


Comments

No comments written yet.

Please login to write comment.