Color Hex Logo

#c60ccf Color Hex

#C60CCF
(198,12,207)
0 Favorites   0 Comments

Color spaces of #c60ccf

RGB 19812207
HSL0.830.890.43
HSV297°94°81°
CMYK 0.040.940.00   0.19
XYZ34.682716.773760.4412
Yxy16.77370.31000.1499
Hunter Lab40.955779.4874-58.8294
CIE-Lab47.973681.5476-54.0701

#c60ccf color RGB value is (198,12,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001100 11001111
Octal 306 14 317
Decimal 198 12 207
Hex C6 C CF

RGB Percentages of Color #c60ccf

%47.48
%2.88
%49.64

CMYK Percentages of Color #c60ccf

%4
%94
%0
%19

Triadic Colors of #c60ccf

#c60ccf #cfc60c #0ccfc6

Analogous Colors of #c60ccf

#c60ccf #cf0c77 #650ccf

Monochromatic Colors of #c60ccf

#c60ccf

Complementary Color

#c60ccf #15cf0c

#c60ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60ccf Color CSS Codes

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

#c60ccf Text Font Color

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

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


#c60ccf Background Color

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

This div background color is #c60ccf


#c60ccf Border Color

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

This div border color is #c60ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60ccf


Comments

No comments written yet.

Please login to write comment.