Color Hex Logo

#fc29ac Color Hex

#FC29AC
(252,41,172)
0 Favorites   0 Comments

Color spaces of #fc29ac

RGB 25241172
HSL0.900.970.57
HSV323°84°99°
CMYK 0.000.840.32   0.01
XYZ48.384225.259941.3552
Yxy25.25990.42070.2197
Hunter Lab50.259283.8870-13.6046
CIE-Lab57.327883.1637-18.4122

#fc29ac color RGB value is (252,41,172).

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

The process color (four color CMYK) of #fc29ac color hex is 0.00, 0.84, 0.32, 0.01. Web safe color of #fc29ac is #ff3399. Color #fc29ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 10101100
Octal 374 51 254
Decimal 252 41 172
Hex FC 29 AC

RGB Percentages of Color #fc29ac

%54.19
%8.82
%36.99

CMYK Percentages of Color #fc29ac

%0
%84
%32
%1

Triadic Colors of #fc29ac

#fc29ac #acfc29 #29acfc

Analogous Colors of #fc29ac

#fc29ac #fc2942 #e329fc

Monochromatic Colors of #fc29ac

#fc29ac

Complementary Color

#fc29ac #29fc79

#fc29ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc29ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc29ac Color CSS Codes

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

#fc29ac Text Font Color

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

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


#fc29ac Background Color

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

This div background color is #fc29ac


#fc29ac Border Color

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

This div border color is #fc29ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc29ac


Comments

No comments written yet.

Please login to write comment.