Color Hex Logo

#c206dc Color Hex

#C206DC
(194,6,220)
0 Favorites   0 Comments

Color spaces of #c206dc

RGB 1946220
HSL0.810.950.44
HSV293°97°86°
CMYK 0.120.970.00   0.14
XYZ35.231516.766969.0896
Yxy16.76690.29100.1385
Hunter Lab40.947481.9250-71.3754
CIE-Lab47.965083.4596-61.5780

#c206dc color RGB value is (194,6,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000110 11011100
Octal 302 6 334
Decimal 194 6 220
Hex C2 6 DC

RGB Percentages of Color #c206dc

%46.19
%1.43
%52.38

CMYK Percentages of Color #c206dc

%12
%97
%0
%14

Triadic Colors of #c206dc

#c206dc #dcc206 #06dcc2

Analogous Colors of #c206dc

#c206dc #dc068b #5706dc

Monochromatic Colors of #c206dc

#c206dc

Complementary Color

#c206dc #20dc06

#c206dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c206dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c206dc Color CSS Codes

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

#c206dc Text Font Color

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

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


#c206dc Background Color

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

This div background color is #c206dc


#c206dc Border Color

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

This div border color is #c206dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,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 #c206dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c206dc


Comments

No comments written yet.

Please login to write comment.