Color Hex Logo

#fc48ac Color Hex

#FC48AC
(252,72,172)
0 Favorites   0 Comments

Color spaces of #fc48ac

RGB 25272172
HSL0.910.970.64
HSV327°71°99°
CMYK 0.000.710.32   0.01
XYZ49.908628.308741.8634
Yxy28.30870.41560.2357
Hunter Lab53.205974.3275-9.4063
CIE-Lab60.166675.0769-14.1085

#fc48ac color RGB value is (252,72,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001000 10101100
Octal 374 110 254
Decimal 252 72 172
Hex FC 48 AC

RGB Percentages of Color #fc48ac

%50.81
%14.52
%34.68

CMYK Percentages of Color #fc48ac

%0
%71
%32
%1

Triadic Colors of #fc48ac

#fc48ac #acfc48 #48acfc

Analogous Colors of #fc48ac

#fc48ac #fc4852 #f248fc

Monochromatic Colors of #fc48ac

#fc48ac

Complementary Color

#fc48ac #48fc98

#fc48ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc48ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc48ac Color CSS Codes

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

#fc48ac Text Font Color

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

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


#fc48ac Background Color

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

This div background color is #fc48ac


#fc48ac Border Color

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

This div border color is #fc48ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc48ac


Comments

No comments written yet.

Please login to write comment.