Color Hex Logo

#fc20dc Color Hex

#FC20DC
(252,32,220)
0 Favorites   0 Comments

Color spaces of #fc20dc

RGB 25232220
HSL0.860.970.56
HSV309°87°99°
CMYK 0.000.870.13   0.01
XYZ53.579726.895870.0776
Yxy26.89580.35590.1786
Hunter Lab51.861293.6580-43.8130
CIE-Lab58.877890.2896-43.5782

#fc20dc color RGB value is (252,32,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100000 11011100
Octal 374 40 334
Decimal 252 32 220
Hex FC 20 DC

RGB Percentages of Color #fc20dc

%50.00
%6.35
%43.65

CMYK Percentages of Color #fc20dc

%0
%87
%13
%1

Triadic Colors of #fc20dc

#fc20dc #dcfc20 #20dcfc

Analogous Colors of #fc20dc

#fc20dc #fc206e #ae20fc

Monochromatic Colors of #fc20dc

#fc20dc

Complementary Color

#fc20dc #20fc40

#fc20dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc20dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc20dc Color CSS Codes

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

#fc20dc Text Font Color

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

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


#fc20dc Background Color

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

This div background color is #fc20dc


#fc20dc Border Color

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

This div border color is #fc20dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc20dc

Related Colors


Comments

No comments written yet.

Please login to write comment.