Color Hex Logo

#c66cff Color Hex

#C66CFF
(198,108,255)
0 Favorites   0 Comments

Color spaces of #c66cff

RGB 198108255
HSL0.771.000.71
HSV277°58°100°
CMYK 0.220.580.00   0.00
XYZ46.701329.950997.9274
Yxy29.95090.26750.1716
Hunter Lab54.727456.5489-67.7823
CIE-Lab61.611860.0145-59.2402

#c66cff color RGB value is (198,108,255).

#c66cff hex color red value is 198, green value is 108 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c66cff hue: 0.77 , saturation: 1.00 and the lightness value of c66cff is 0.71.

The process color (four color CMYK) of #c66cff color hex is 0.22, 0.58, 0.00, 0.00. Web safe color of #c66cff is #cc66ff. Color #c66cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101100 11111111
Octal 306 154 377
Decimal 198 108 255
Hex C6 6C FF

RGB Percentages of Color #c66cff

%35.29
%19.25
%45.45

CMYK Percentages of Color #c66cff

%22
%58
%0
%0

Triadic Colors of #c66cff

#c66cff #ffc66c #6cffc6

Analogous Colors of #c66cff

#c66cff #ff6cef #7d6cff

Monochromatic Colors of #c66cff

#c66cff

Complementary Color

#c66cff #a5ff6c

#c66cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66cff Color CSS Codes

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

#c66cff Text Font Color

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

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


#c66cff Background Color

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

This div background color is #c66cff


#c66cff Border Color

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

This div border color is #c66cff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,108,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c66cff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c66cff;
  -webkit-box-shadow: 1px 1px 3px 2px #c66cff;
  box-shadow:         1px 1px 3px 2px #c66cff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,108,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66cff


Comments

No comments written yet.

Please login to write comment.