Color Hex Logo

#fc129c Color Hex

#FC129C
(252,18,156)
0 Favorites   0 Comments

Color spaces of #fc129c

RGB 25218156
HSL0.900.980.53
HSV325°93°99°
CMYK 0.000.930.38   0.01
XYZ46.361923.528433.5504
Yxy23.52840.44820.2275
Hunter Lab48.506185.7239-7.0551
CIE-Lab55.612584.9157-11.6158

#fc129c color RGB value is (252,18,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 10011100
Octal 374 22 234
Decimal 252 18 156
Hex FC 12 9C

RGB Percentages of Color #fc129c

%59.15
%4.23
%36.62

CMYK Percentages of Color #fc129c

%0
%93
%38
%1

Triadic Colors of #fc129c

#fc129c #9cfc12 #129cfc

Analogous Colors of #fc129c

#fc129c #fc1227 #e712fc

Monochromatic Colors of #fc129c

#fc129c

Complementary Color

#fc129c #12fc72

#fc129c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc129c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc129c Color CSS Codes

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

#fc129c Text Font Color

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

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


#fc129c Background Color

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

This div background color is #fc129c


#fc129c Border Color

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

This div border color is #fc129c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc129c


Comments

No comments written yet.

Please login to write comment.