Color Hex Logo

#fc41ac Color Hex

#FC41AC
(252,65,172)
0 Favorites   0 Comments

Color spaces of #fc41ac

RGB 25265172
HSL0.900.970.62
HSV326°74°99°
CMYK 0.000.740.32   0.01
XYZ49.481627.454641.7210
Yxy27.45460.41700.2314
Hunter Lab52.397176.8727-10.5314
CIE-Lab59.392877.2587-15.2777

#fc41ac color RGB value is (252,65,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000001 10101100
Octal 374 101 254
Decimal 252 65 172
Hex FC 41 AC

RGB Percentages of Color #fc41ac

%51.53
%13.29
%35.17

CMYK Percentages of Color #fc41ac

%0
%74
%32
%1

Triadic Colors of #fc41ac

#fc41ac #acfc41 #41acfc

Analogous Colors of #fc41ac

#fc41ac #fc414e #ef41fc

Monochromatic Colors of #fc41ac

#fc41ac

Complementary Color

#fc41ac #41fc91

#fc41ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc41ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc41ac Color CSS Codes

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

#fc41ac Text Font Color

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

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


#fc41ac Background Color

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

This div background color is #fc41ac


#fc41ac Border Color

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

This div border color is #fc41ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc41ac


Comments

No comments written yet.

Please login to write comment.