Color Hex Logo

#fc7dac Color Hex

#FC7DAC
(252,125,172)
0 Favorites   0 Comments

Color spaces of #fc7dac

RGB 252125172
HSL0.940.950.74
HSV338°50°99°
CMYK 0.000.500.32   0.01
XYZ54.924938.341243.5355
Yxy38.34120.40150.2803
Hunter Lab61.920349.97371.6580
CIE-Lab68.271353.2282-2.0459

#fc7dac color RGB value is (252,125,172).

#fc7dac hex color red value is 252, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fc7dac hue: 0.94 , saturation: 0.95 and the lightness value of fc7dac is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111101 10101100
Octal 374 175 254
Decimal 252 125 172
Hex FC 7D AC

RGB Percentages of Color #fc7dac

%45.90
%22.77
%31.33

CMYK Percentages of Color #fc7dac

%0
%50
%32
%1

Triadic Colors of #fc7dac

#fc7dac #acfc7d #7dacfc

Analogous Colors of #fc7dac

#fc7dac #fc8e7d #fc7dec

Monochromatic Colors of #fc7dac

#fc7dac

Complementary Color

#fc7dac #7dfccd

#fc7dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7dac Color CSS Codes

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

#fc7dac Text Font Color

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

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


#fc7dac Background Color

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

This div background color is #fc7dac


#fc7dac Border Color

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

This div border color is #fc7dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7dac


Comments

No comments written yet.

Please login to write comment.