Color Hex Logo

#fc53ac Color Hex

#FC53AC
(252,83,172)
0 Favorites   0 Comments

Color spaces of #fc53ac

RGB 25283172
HSL0.910.970.66
HSV328°67°99°
CMYK 0.000.670.32   0.01
XYZ50.684529.860542.1220
Yxy29.86050.41320.2434
Hunter Lab54.644869.9353-7.4514
CIE-Lab61.533771.2640-12.0504

#fc53ac color RGB value is (252,83,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010011 10101100
Octal 374 123 254
Decimal 252 83 172
Hex FC 53 AC

RGB Percentages of Color #fc53ac

%49.70
%16.37
%33.93

CMYK Percentages of Color #fc53ac

%0
%67
%32
%1

Triadic Colors of #fc53ac

#fc53ac #acfc53 #53acfc

Analogous Colors of #fc53ac

#fc53ac #fc5357 #f853fc

Monochromatic Colors of #fc53ac

#fc53ac

Complementary Color

#fc53ac #53fca3

#fc53ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc53ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc53ac Color CSS Codes

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

#fc53ac Text Font Color

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

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


#fc53ac Background Color

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

This div background color is #fc53ac


#fc53ac Border Color

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

This div border color is #fc53ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc53ac


Comments

No comments written yet.

Please login to write comment.