Color Hex Logo

#fc06fc Color Hex

#FC06FC
(252,6,252)
0 Favorites   0 Comments

Color spaces of #fc06fc

RGB 2526252
HSL0.830.980.51
HSV300°98°99°
CMYK 0.000.980.00   0.01
XYZ57.780727.854094.4264
Yxy27.85400.32090.1547
Hunter Lab52.7769103.0641-69.1356
CIE-Lab59.756697.0260-60.1102

#fc06fc color RGB value is (252,6,252).

#fc06fc hex color red value is 252, green value is 6 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fc06fc hue: 0.83 , saturation: 0.98 and the lightness value of fc06fc is 0.51.

The process color (four color CMYK) of #fc06fc color hex is 0.00, 0.98, 0.00, 0.01. Web safe color of #fc06fc is #ff00ff. Color #fc06fc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000110 11111100
Octal 374 6 374
Decimal 252 6 252
Hex FC 6 FC

RGB Percentages of Color #fc06fc

%49.41
%1.18
%49.41

CMYK Percentages of Color #fc06fc

%0
%98
%0
%1

Triadic Colors of #fc06fc

#fc06fc #fcfc06 #06fcfc

Analogous Colors of #fc06fc

#fc06fc #fc0681 #8106fc

Monochromatic Colors of #fc06fc

#fc06fc

Complementary Color

#fc06fc #06fc06

#fc06fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc06fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc06fc Color CSS Codes

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

#fc06fc Text Font Color

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

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


#fc06fc Background Color

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

This div background color is #fc06fc


#fc06fc Border Color

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

This div border color is #fc06fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,6,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc06fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc06fc

Related Colors


Comments

No comments written yet.

Please login to write comment.