Color Hex Logo

#fc75ac Color Hex

#FC75AC
(252,117,172)
0 Favorites   0 Comments

Color spaces of #fc75ac

RGB 252117172
HSL0.930.960.72
HSV336°54°99°
CMYK 0.000.540.32   0.01
XYZ53.952636.396643.2114
Yxy36.39660.40400.2725
Hunter Lab60.329654.0553-0.2361
CIE-Lab66.821957.0039-4.1785

#fc75ac color RGB value is (252,117,172).

#fc75ac hex color red value is 252, green value is 117 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fc75ac hue: 0.93 , saturation: 0.96 and the lightness value of fc75ac is 0.72.

The process color (four color CMYK) of #fc75ac color hex is 0.00, 0.54, 0.32, 0.01. Web safe color of #fc75ac is #ff6699. Color #fc75ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110101 10101100
Octal 374 165 254
Decimal 252 117 172
Hex FC 75 AC

RGB Percentages of Color #fc75ac

%46.58
%21.63
%31.79

CMYK Percentages of Color #fc75ac

%0
%54
%32
%1

Triadic Colors of #fc75ac

#fc75ac #acfc75 #75acfc

Analogous Colors of #fc75ac

#fc75ac #fc8275 #fc75f0

Monochromatic Colors of #fc75ac

#fc75ac

Complementary Color

#fc75ac #75fcc5

#fc75ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc75ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc75ac Color CSS Codes

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

#fc75ac Text Font Color

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

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


#fc75ac Background Color

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

This div background color is #fc75ac


#fc75ac Border Color

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

This div border color is #fc75ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc75ac


Comments

No comments written yet.

Please login to write comment.