Color Hex Logo

#c106ce Color Hex

#C106CE
(193,6,206)
0 Favorites   0 Comments

Color spaces of #c106ce

RGB 1936206
HSL0.820.940.42
HSV296°97°81°
CMYK 0.060.970.00   0.19
XYZ33.198015.923959.7164
Yxy15.92390.30500.1463
Hunter Lab39.904878.6663-60.7926
CIE-Lab46.874581.1124-55.3054

#c106ce color RGB value is (193,6,206).

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

The process color (four color CMYK) of #c106ce color hex is 0.06, 0.97, 0.00, 0.19. Web safe color of #c106ce is #cc00cc. Color #c106ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000110 11001110
Octal 301 6 316
Decimal 193 6 206
Hex C1 6 CE

RGB Percentages of Color #c106ce

%47.65
%1.48
%50.86

CMYK Percentages of Color #c106ce

%6
%97
%0
%19

Triadic Colors of #c106ce

#c106ce #cec106 #06cec1

Analogous Colors of #c106ce

#c106ce #ce0677 #5d06ce

Monochromatic Colors of #c106ce

#c106ce

Complementary Color

#c106ce #13ce06

#c106ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c106ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c106ce Color CSS Codes

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

#c106ce Text Font Color

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

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


#c106ce Background Color

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

This div background color is #c106ce


#c106ce Border Color

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

This div border color is #c106ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c106ce


Comments

No comments written yet.

Please login to write comment.