Color Hex Logo

#c60cca Color Hex

#C60CCA
(198,12,202)
0 Favorites   0 Comments

Color spaces of #c60cca

RGB 19812202
HSL0.830.890.42
HSV299°94°79°
CMYK 0.020.940.00   0.21
XYZ34.080816.533057.2720
Yxy16.53300.31590.1532
Hunter Lab40.660878.4576-55.0493
CIE-Lab47.666180.7940-51.6756

#c60cca color RGB value is (198,12,202).

#c60cca hex color red value is 198, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c60cca hue: 0.83 , saturation: 0.89 and the lightness value of c60cca is 0.42.

The process color (four color CMYK) of #c60cca color hex is 0.02, 0.94, 0.00, 0.21. Web safe color of #c60cca is #cc00cc. Color #c60cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001100 11001010
Octal 306 14 312
Decimal 198 12 202
Hex C6 C CA

RGB Percentages of Color #c60cca

%48.06
%2.91
%49.03

CMYK Percentages of Color #c60cca

%2
%94
%0
%21

Triadic Colors of #c60cca

#c60cca #cac60c #0ccac6

Analogous Colors of #c60cca

#c60cca #ca0c6f #670cca

Monochromatic Colors of #c60cca

#c60cca

Complementary Color

#c60cca #10ca0c

#c60cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60cca Color CSS Codes

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

#c60cca Text Font Color

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

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


#c60cca Background Color

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

This div background color is #c60cca


#c60cca Border Color

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

This div border color is #c60cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,12,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c60cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c60cca;
  -webkit-box-shadow: 1px 1px 3px 2px #c60cca;
  box-shadow:         1px 1px 3px 2px #c60cca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60cca


Comments

No comments written yet.

Please login to write comment.