color codes Logo

#c60bc9 color codes

#C60BC9
(198,11,201)
0 Favorites   0 Comments

Color spaces of #c60bc9

RGB 19811201
HSL0.830.900.42
HSV299°95°79°
CMYK 0.010.950.00   0.21
XYZ33.951016.462256.6464
Yxy16.46220.31710.1538
Hunter Lab40.573678.3605-54.3755
CIE-Lab47.575180.7348-51.2425

#c60bc9 color RGB value is (198,11,201).

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

The process color (four color CMYK) of #c60bc9 color code is 0.01, 0.95, 0.00, 0.21. Web safe color of #c60bc9 is #cc00cc. Color #c60bc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001011 11001001
Octal 306 13 311
Decimal 198 11 201
Hex C6 B C9

RGB Percentages of Color #c60bc9

%48.29
%2.68
%49.02

CMYK Percentages of Color #c60bc9

%1
%95
%0
%21

Triadic Colors of #c60bc9

#c60bc9 #c9c60b #0bc9c6

Analogous Colors of #c60bc9

#c60bc9 #c90b6d #670bc9

Monochromatic Colors of #c60bc9

#c60bc9

Complementary Color

#c60bc9 #0ec90b

#c60bc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60bc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60bc9 Color CSS Codes

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

#c60bc9 Text Font Color

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

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


#c60bc9 Background Color

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

This div background color is #c60bc9


#c60bc9 Border Color

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

This div border color is #c60bc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60bc9


Comments

No comments written yet.

Please login to write comment.