Color Hex Logo

#cc60ec Color Hex

#CC60EC
(204,96,236)
0 Favorites   0 Comments

Color spaces of #cc60ec

RGB 20496236
HSL0.800.790.65
HSV286°59°93°
CMYK 0.140.590.00   0.07
XYZ44.225027.259282.2875
Yxy27.25920.28760.1773
Hunter Lab52.210359.8311-56.8983
CIE-Lab59.213563.2517-52.4962

#cc60ec color RGB value is (204,96,236).

#cc60ec hex color red value is 204, green value is 96 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cc60ec hue: 0.80 , saturation: 0.79 and the lightness value of cc60ec is 0.65.

The process color (four color CMYK) of #cc60ec color hex is 0.14, 0.59, 0.00, 0.07. Web safe color of #cc60ec is #cc66ff. Color #cc60ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100000 11101100
Octal 314 140 354
Decimal 204 96 236
Hex CC 60 EC

RGB Percentages of Color #cc60ec

%38.06
%17.91
%44.03

CMYK Percentages of Color #cc60ec

%14
%59
%0
%7

Triadic Colors of #cc60ec

#cc60ec #eccc60 #60eccc

Analogous Colors of #cc60ec

#cc60ec #ec60c6 #8660ec

Monochromatic Colors of #cc60ec

#cc60ec

Complementary Color

#cc60ec #80ec60

#cc60ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc60ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc60ec Color CSS Codes

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

#cc60ec Text Font Color

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

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


#cc60ec Background Color

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

This div background color is #cc60ec


#cc60ec Border Color

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

This div border color is #cc60ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc60ec


Comments

No comments written yet.

Please login to write comment.