Color Hex Logo

#fc47dc Color Hex

#FC47DC
(252,71,220)
0 Favorites   0 Comments

Color spaces of #fc47dc

RGB 25271220
HSL0.860.970.63
HSV311°72°99°
CMYK 0.000.720.13   0.01
XYZ55.316430.369270.6565
Yxy30.36920.35380.1942
Hunter Lab55.108382.7347-37.4423
CIE-Lab61.971581.3699-38.7183

#fc47dc color RGB value is (252,71,220).

#fc47dc hex color red value is 252, green value is 71 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fc47dc hue: 0.86 , saturation: 0.97 and the lightness value of fc47dc is 0.63.

The process color (four color CMYK) of #fc47dc color hex is 0.00, 0.72, 0.13, 0.01. Web safe color of #fc47dc is #ff33cc. Color #fc47dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000111 11011100
Octal 374 107 334
Decimal 252 71 220
Hex FC 47 DC

RGB Percentages of Color #fc47dc

%46.41
%13.08
%40.52

CMYK Percentages of Color #fc47dc

%0
%72
%13
%1

Triadic Colors of #fc47dc

#fc47dc #dcfc47 #47dcfc

Analogous Colors of #fc47dc

#fc47dc #fc4782 #c247fc

Monochromatic Colors of #fc47dc

#fc47dc

Complementary Color

#fc47dc #47fc67

#fc47dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc47dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc47dc Color CSS Codes

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

#fc47dc Text Font Color

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

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


#fc47dc Background Color

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

This div background color is #fc47dc


#fc47dc Border Color

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

This div border color is #fc47dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,71,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc47dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc47dc


Comments

No comments written yet.

Please login to write comment.