Color Hex Logo

#c606dc Color Hex

#C606DC
(198,6,220)
0 Favorites   0 Comments

Color spaces of #c606dc

RGB 1986220
HSL0.820.950.44
HSV294°97°86°
CMYK 0.100.970.00   0.14
XYZ36.272117.303369.1383
Yxy17.30330.29560.1410
Hunter Lab41.597282.8539-69.4272
CIE-Lab48.639984.0522-60.4546

#c606dc color RGB value is (198,6,220).

#c606dc hex color red value is 198, green value is 6 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c606dc hue: 0.82 , saturation: 0.95 and the lightness value of c606dc is 0.44.

The process color (four color CMYK) of #c606dc color hex is 0.10, 0.97, 0.00, 0.14. Web safe color of #c606dc is #cc00cc. Color #c606dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000110 11011100
Octal 306 6 334
Decimal 198 6 220
Hex C6 6 DC

RGB Percentages of Color #c606dc

%46.70
%1.42
%51.89

CMYK Percentages of Color #c606dc

%10
%97
%0
%14

Triadic Colors of #c606dc

#c606dc #dcc606 #06dcc6

Analogous Colors of #c606dc

#c606dc #dc0687 #5b06dc

Monochromatic Colors of #c606dc

#c606dc

Complementary Color

#c606dc #1cdc06

#c606dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c606dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c606dc Color CSS Codes

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

#c606dc Text Font Color

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

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


#c606dc Background Color

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

This div background color is #c606dc


#c606dc Border Color

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

This div border color is #c606dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c606dc


Comments

No comments written yet.

Please login to write comment.