Color Hex Logo

#fc8fdc Color Hex

#FC8FDC
(252,143,220)
0 Favorites   0 Comments

Color spaces of #fc8fdc

RGB 252143220
HSL0.880.950.77
HSV318°43°99°
CMYK 0.000.430.13   0.01
XYZ62.885645.507773.1796
Yxy45.50770.34630.2506
Hunter Lab67.459448.3436-17.0959
CIE-Lab73.224951.0964-21.3528

#fc8fdc color RGB value is (252,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001111 11011100
Octal 374 217 334
Decimal 252 143 220
Hex FC 8F DC

RGB Percentages of Color #fc8fdc

%40.98
%23.25
%35.77

CMYK Percentages of Color #fc8fdc

%0
%43
%13
%1

Triadic Colors of #fc8fdc

#fc8fdc #dcfc8f #8fdcfc

Analogous Colors of #fc8fdc

#fc8fdc #fc8fa6 #e68ffc

Monochromatic Colors of #fc8fdc

#fc8fdc

Complementary Color

#fc8fdc #8ffcaf

#fc8fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8fdc Color CSS Codes

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

#fc8fdc Text Font Color

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

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


#fc8fdc Background Color

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

This div background color is #fc8fdc


#fc8fdc Border Color

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

This div border color is #fc8fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8fdc


Comments

No comments written yet.

Please login to write comment.