color codes Logo

#c60cce color codes

#C60CCE
(198,12,206)
0 Favorites   0 Comments

Color spaces of #c60cce

RGB 19812206
HSL0.830.890.43
HSV298°94°81°
CMYK 0.040.940.00   0.19
XYZ34.560816.724959.7992
Yxy16.72490.31110.1506
Hunter Lab40.896179.2801-58.0679
CIE-Lab47.911581.3962-53.5931

#c60cce color RGB value is (198,12,206).

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

The process color (four color CMYK) of #c60cce color code is 0.04, 0.94, 0.00, 0.19. Web safe color of #c60cce is #cc00cc. Color #c60cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001100 11001110
Octal 306 14 316
Decimal 198 12 206
Hex C6 C CE

RGB Percentages of Color #c60cce

%47.60
%2.88
%49.52

CMYK Percentages of Color #c60cce

%4
%94
%0
%19

Triadic Colors of #c60cce

#c60cce #cec60c #0ccec6

Analogous Colors of #c60cce

#c60cce #ce0c75 #650cce

Monochromatic Colors of #c60cce

#c60cce

Complementary Color

#c60cce #14ce0c

#c60cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60cce Color CSS Codes

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

#c60cce Text Font Color

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

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


#c60cce Background Color

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

This div background color is #c60cce


#c60cce Border Color

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

This div border color is #c60cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60cce


Comments

No comments written yet.

Please login to write comment.