Color Hex Logo

#fc72ac Color Hex

#FC72AC
(252,114,172)
0 Favorites   0 Comments

Color spaces of #fc72ac

RGB 252114172
HSL0.930.960.72
HSV335°55°99°
CMYK 0.000.550.32   0.01
XYZ53.608635.708643.0967
Yxy35.70860.40490.2697
Hunter Lab59.756755.5608-0.9305
CIE-Lab66.296758.3858-4.9538

#fc72ac color RGB value is (252,114,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110010 10101100
Octal 374 162 254
Decimal 252 114 172
Hex FC 72 AC

RGB Percentages of Color #fc72ac

%46.84
%21.19
%31.97

CMYK Percentages of Color #fc72ac

%0
%55
%32
%1

Triadic Colors of #fc72ac

#fc72ac #acfc72 #72acfc

Analogous Colors of #fc72ac

#fc72ac #fc7d72 #fc72f1

Monochromatic Colors of #fc72ac

#fc72ac

Complementary Color

#fc72ac #72fcc2

#fc72ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc72ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc72ac Color CSS Codes

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

#fc72ac Text Font Color

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

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


#fc72ac Background Color

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

This div background color is #fc72ac


#fc72ac Border Color

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

This div border color is #fc72ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc72ac

Related Colors


Comments

No comments written yet.

Please login to write comment.