Color Hex Logo

#fc3dac Color Hex

#FC3DAC
(252,61,172)
0 Favorites   0 Comments

Color spaces of #fc3dac

RGB 25261172
HSL0.900.970.61
HSV325°76°99°
CMYK 0.000.760.32   0.01
XYZ49.260027.011541.6472
Yxy27.01150.41770.2291
Hunter Lab51.972678.2316-11.1300
CIE-Lab58.985078.4151-15.8950

#fc3dac color RGB value is (252,61,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111101 10101100
Octal 374 75 254
Decimal 252 61 172
Hex FC 3D AC

RGB Percentages of Color #fc3dac

%51.96
%12.58
%35.46

CMYK Percentages of Color #fc3dac

%0
%76
%32
%1

Triadic Colors of #fc3dac

#fc3dac #acfc3d #3dacfc

Analogous Colors of #fc3dac

#fc3dac #fc3d4c #ed3dfc

Monochromatic Colors of #fc3dac

#fc3dac

Complementary Color

#fc3dac #3dfc8d

#fc3dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3dac Color CSS Codes

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

#fc3dac Text Font Color

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

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


#fc3dac Background Color

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

This div background color is #fc3dac


#fc3dac Border Color

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

This div border color is #fc3dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3dac


Comments

No comments written yet.

Please login to write comment.