Color Hex Logo

#cc56fa Color Hex

#CC56FA
(204,86,250)
0 Favorites   0 Comments

Color spaces of #cc56fa

RGB 20486250
HSL0.790.940.66
HSV283°66°98°
CMYK 0.180.660.00   0.02
XYZ45.484926.395193.1399
Yxy26.39510.27560.1600
Hunter Lab51.376268.1233-71.5236
CIE-Lab58.410270.3590-61.5615

#cc56fa color RGB value is (204,86,250).

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

The process color (four color CMYK) of #cc56fa color hex is 0.18, 0.66, 0.00, 0.02. Web safe color of #cc56fa is #cc66ff. Color #cc56fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010110 11111010
Octal 314 126 372
Decimal 204 86 250
Hex CC 56 FA

RGB Percentages of Color #cc56fa

%37.78
%15.93
%46.30

CMYK Percentages of Color #cc56fa

%18
%66
%0
%2

Triadic Colors of #cc56fa

#cc56fa #facc56 #56facc

Analogous Colors of #cc56fa

#cc56fa #fa56d6 #7a56fa

Monochromatic Colors of #cc56fa

#cc56fa

Complementary Color

#cc56fa #84fa56

#cc56fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc56fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc56fa Color CSS Codes

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

#cc56fa Text Font Color

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

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


#cc56fa Background Color

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

This div background color is #cc56fa


#cc56fa Border Color

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

This div border color is #cc56fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc56fa


Comments

No comments written yet.

Please login to write comment.