Color Hex Logo

#cc56fc Color Hex

#CC56FC
(204,86,252)
0 Favorites   0 Comments

Color spaces of #cc56fc

RGB 20486252
HSL0.790.970.66
HSV283°66°99°
CMYK 0.190.660.00   0.01
XYZ45.800326.521294.8006
Yxy26.52120.27410.1587
Hunter Lab51.498768.6258-73.0939
CIE-Lab58.528570.7510-62.4793

#cc56fc color RGB value is (204,86,252).

#cc56fc hex color red value is 204, green value is 86 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cc56fc hue: 0.79 , saturation: 0.97 and the lightness value of cc56fc is 0.66.

The process color (four color CMYK) of #cc56fc color hex is 0.19, 0.66, 0.00, 0.01. Web safe color of #cc56fc is #cc66ff. Color #cc56fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010110 11111100
Octal 314 126 374
Decimal 204 86 252
Hex CC 56 FC

RGB Percentages of Color #cc56fc

%37.64
%15.87
%46.49

CMYK Percentages of Color #cc56fc

%19
%66
%0
%1

Triadic Colors of #cc56fc

#cc56fc #fccc56 #56fccc

Analogous Colors of #cc56fc

#cc56fc #fc56d9 #7956fc

Monochromatic Colors of #cc56fc

#cc56fc

Complementary Color

#cc56fc #86fc56

#cc56fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc56fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc56fc Color CSS Codes

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

#cc56fc Text Font Color

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

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


#cc56fc Background Color

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

This div background color is #cc56fc


#cc56fc Border Color

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

This div border color is #cc56fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc56fc


Comments

No comments written yet.

Please login to write comment.