Color Hex Logo

#fc429c Color Hex

#FC429C
(252,66,156)
0 Favorites   0 Comments

Color spaces of #fc429c

RGB 25266156
HSL0.920.970.62
HSV331°74°99°
CMYK 0.000.740.38   0.01
XYZ48.093826.992234.1277
Yxy26.99220.44040.2472
Hunter Lab51.954074.3178-2.5788
CIE-Lab58.967175.2973-6.6024

#fc429c color RGB value is (252,66,156).

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

The process color (four color CMYK) of #fc429c color hex is 0.00, 0.74, 0.38, 0.01. Web safe color of #fc429c is #ff3399. Color #fc429c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000010 10011100
Octal 374 102 234
Decimal 252 66 156
Hex FC 42 9C

RGB Percentages of Color #fc429c

%53.16
%13.92
%32.91

CMYK Percentages of Color #fc429c

%0
%74
%38
%1

Triadic Colors of #fc429c

#fc429c #9cfc42 #429cfc

Analogous Colors of #fc429c

#fc429c #fc4542 #fc42f9

Monochromatic Colors of #fc429c

#fc429c

Complementary Color

#fc429c #42fca2

#fc429c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc429c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc429c Color CSS Codes

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

#fc429c Text Font Color

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

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


#fc429c Background Color

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

This div background color is #fc429c


#fc429c Border Color

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

This div border color is #fc429c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc429c

Related Colors


Comments

No comments written yet.

Please login to write comment.