Color Hex Logo

#fc6bdc Color Hex

#FC6BDC
(252,107,220)
0 Favorites   0 Comments

Color spaces of #fc6bdc

RGB 252107220
HSL0.870.960.70
HSV313°58°99°
CMYK 0.000.580.13   0.01
XYZ58.320836.378171.6580
Yxy36.37810.35060.2187
Hunter Lab60.314367.0504-28.2211
CIE-Lab66.807867.9485-31.1941

#fc6bdc color RGB value is (252,107,220).

#fc6bdc hex color red value is 252, green value is 107 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fc6bdc hue: 0.87 , saturation: 0.96 and the lightness value of fc6bdc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101011 11011100
Octal 374 153 334
Decimal 252 107 220
Hex FC 6B DC

RGB Percentages of Color #fc6bdc

%43.52
%18.48
%38.00

CMYK Percentages of Color #fc6bdc

%0
%58
%13
%1

Triadic Colors of #fc6bdc

#fc6bdc #dcfc6b #6bdcfc

Analogous Colors of #fc6bdc

#fc6bdc #fc6b94 #d46bfc

Monochromatic Colors of #fc6bdc

#fc6bdc

Complementary Color

#fc6bdc #6bfc8b

#fc6bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6bdc Color CSS Codes

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

#fc6bdc Text Font Color

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

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


#fc6bdc Background Color

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

This div background color is #fc6bdc


#fc6bdc Border Color

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

This div border color is #fc6bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6bdc


Comments

No comments written yet.

Please login to write comment.