Color Hex Logo

#fc8cdc Color Hex

#FC8CDC
(252,140,220)
0 Favorites   0 Comments

Color spaces of #fc8cdc

RGB 252140220
HSL0.880.950.77
HSV317°44°99°
CMYK 0.000.440.13   0.01
XYZ62.441244.618973.0314
Yxy44.61890.34670.2478
Hunter Lab66.797449.9637-18.0652
CIE-Lab72.640252.5879-22.2426

#fc8cdc color RGB value is (252,140,220).

#fc8cdc hex color red value is 252, green value is 140 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fc8cdc hue: 0.88 , saturation: 0.95 and the lightness value of fc8cdc is 0.77.

The process color (four color CMYK) of #fc8cdc color hex is 0.00, 0.44, 0.13, 0.01. Web safe color of #fc8cdc is #ff99cc. Color #fc8cdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001100 11011100
Octal 374 214 334
Decimal 252 140 220
Hex FC 8C DC

RGB Percentages of Color #fc8cdc

%41.18
%22.88
%35.95

CMYK Percentages of Color #fc8cdc

%0
%44
%13
%1

Triadic Colors of #fc8cdc

#fc8cdc #dcfc8c #8cdcfc

Analogous Colors of #fc8cdc

#fc8cdc #fc8ca4 #e48cfc

Monochromatic Colors of #fc8cdc

#fc8cdc

Complementary Color

#fc8cdc #8cfcac

#fc8cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8cdc Color CSS Codes

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

#fc8cdc Text Font Color

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

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


#fc8cdc Background Color

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

This div background color is #fc8cdc


#fc8cdc Border Color

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

This div border color is #fc8cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8cdc


Comments

No comments written yet.

Please login to write comment.