Color Hex Logo

#c206d1 Color Hex

#C206D1
(194,6,209)
0 Favorites   0 Comments

Color spaces of #c206d1

RGB 1946209
HSL0.820.940.42
HSV296°97°82°
CMYK 0.070.970.00   0.18
XYZ33.821916.203061.6665
Yxy16.20300.30280.1451
Hunter Lab40.253079.5391-62.6537
CIE-Lab47.239781.7304-56.4388

#c206d1 color RGB value is (194,6,209).

#c206d1 hex color red value is 194, green value is 6 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #c206d1 hue: 0.82 , saturation: 0.94 and the lightness value of c206d1 is 0.42.

The process color (four color CMYK) of #c206d1 color hex is 0.07, 0.97, 0.00, 0.18. Web safe color of #c206d1 is #cc00cc. Color #c206d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000110 11010001
Octal 302 6 321
Decimal 194 6 209
Hex C2 6 D1

RGB Percentages of Color #c206d1

%47.43
%1.47
%51.10

CMYK Percentages of Color #c206d1

%7
%97
%0
%18

Triadic Colors of #c206d1

#c206d1 #d1c206 #06d1c2

Analogous Colors of #c206d1

#c206d1 #d1067b #5d06d1

Monochromatic Colors of #c206d1

#c206d1

Complementary Color

#c206d1 #15d106

#c206d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c206d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c206d1 Color CSS Codes

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

#c206d1 Text Font Color

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

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


#c206d1 Background Color

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

This div background color is #c206d1


#c206d1 Border Color

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

This div border color is #c206d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c206d1


Comments

No comments written yet.

Please login to write comment.