Color Hex Logo

#c106cf Color Hex

#C106CF
(193,6,207)
0 Favorites   0 Comments

Color spaces of #c106cf

RGB 1936207
HSL0.820.940.42
HSV296°97°81°
CMYK 0.070.970.00   0.19
XYZ33.319915.972760.3584
Yxy15.97270.30390.1457
Hunter Lab39.965978.8768-61.5666
CIE-Lab46.938781.2663-55.7794

#c106cf color RGB value is (193,6,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000110 11001111
Octal 301 6 317
Decimal 193 6 207
Hex C1 6 CF

RGB Percentages of Color #c106cf

%47.54
%1.48
%50.99

CMYK Percentages of Color #c106cf

%7
%97
%0
%19

Triadic Colors of #c106cf

#c106cf #cfc106 #06cfc1

Analogous Colors of #c106cf

#c106cf #cf0679 #5d06cf

Monochromatic Colors of #c106cf

#c106cf

Complementary Color

#c106cf #14cf06

#c106cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c106cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c106cf Color CSS Codes

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

#c106cf Text Font Color

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

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


#c106cf Background Color

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

This div background color is #c106cf


#c106cf Border Color

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

This div border color is #c106cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c106cf


Comments

No comments written yet.

Please login to write comment.