Color Hex Logo

#c206ec Color Hex

#C206EC
(194,6,236)
0 Favorites   0 Comments

Color spaces of #c206ec

RGB 1946236
HSL0.800.950.47
HSV289°97°93°
CMYK 0.180.970.00   0.07
XYZ37.453617.655780.7907
Yxy17.65570.27560.1299
Hunter Lab42.018785.5743-84.5857
CIE-Lab49.075886.0692-68.8636

#c206ec color RGB value is (194,6,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000110 11101100
Octal 302 6 354
Decimal 194 6 236
Hex C2 6 EC

RGB Percentages of Color #c206ec

%44.50
%1.38
%54.13

CMYK Percentages of Color #c206ec

%18
%97
%0
%7

Triadic Colors of #c206ec

#c206ec #ecc206 #06ecc2

Analogous Colors of #c206ec

#c206ec #ec06a3 #4f06ec

Monochromatic Colors of #c206ec

#c206ec

Complementary Color

#c206ec #30ec06

#c206ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c206ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c206ec Color CSS Codes

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

#c206ec Text Font Color

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

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


#c206ec Background Color

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

This div background color is #c206ec


#c206ec Border Color

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

This div border color is #c206ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c206ec


Comments

No comments written yet.

Please login to write comment.