Color Hex Logo

#fc4fdc Color Hex

#FC4FDC
(252,79,220)
0 Favorites   0 Comments

Color spaces of #fc4fdc

RGB 25279220
HSL0.860.970.65
HSV311°69°99°
CMYK 0.000.690.13   0.01
XYZ55.859131.454770.8374
Yxy31.45470.35320.1989
Hunter Lab56.084579.6348-35.6270
CIE-Lab62.889678.7732-37.2830

#fc4fdc color RGB value is (252,79,220).

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

The process color (four color CMYK) of #fc4fdc color hex is 0.00, 0.69, 0.13, 0.01. Web safe color of #fc4fdc is #ff66cc. Color #fc4fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001111 11011100
Octal 374 117 334
Decimal 252 79 220
Hex FC 4F DC

RGB Percentages of Color #fc4fdc

%45.74
%14.34
%39.93

CMYK Percentages of Color #fc4fdc

%0
%69
%13
%1

Triadic Colors of #fc4fdc

#fc4fdc #dcfc4f #4fdcfc

Analogous Colors of #fc4fdc

#fc4fdc #fc4f86 #c64ffc

Monochromatic Colors of #fc4fdc

#fc4fdc

Complementary Color

#fc4fdc #4ffc6f

#fc4fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4fdc Color CSS Codes

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

#fc4fdc Text Font Color

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

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


#fc4fdc Background Color

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

This div background color is #fc4fdc


#fc4fdc Border Color

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

This div border color is #fc4fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4fdc


Comments

No comments written yet.

Please login to write comment.