Color Hex Logo

#c66cbc Color Hex

#C66CBC
(198,108,188)
0 Favorites   0 Comments

Color spaces of #c66cbc

RGB 198108188
HSL0.850.440.60
HSV307°45°78°
CMYK 0.000.450.05   0.22
XYZ37.728426.361750.6768
Yxy26.36170.32870.2297
Hunter Lab51.343641.3142-22.5794
CIE-Lab58.378846.8645-26.7540

#c66cbc color RGB value is (198,108,188).

#c66cbc hex color red value is 198, green value is 108 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c66cbc hue: 0.85 , saturation: 0.44 and the lightness value of c66cbc is 0.60.

The process color (four color CMYK) of #c66cbc color hex is 0.00, 0.45, 0.05, 0.22. Web safe color of #c66cbc is #cc66cc. Color #c66cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101100 10111100
Octal 306 154 274
Decimal 198 108 188
Hex C6 6C BC

RGB Percentages of Color #c66cbc

%40.08
%21.86
%38.06

CMYK Percentages of Color #c66cbc

%0
%45
%5
%22

Triadic Colors of #c66cbc

#c66cbc #bcc66c #6cbcc6

Analogous Colors of #c66cbc

#c66cbc #c66c8f #a36cc6

Monochromatic Colors of #c66cbc

#c66cbc

Complementary Color

#c66cbc #6cc676

#c66cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66cbc Color CSS Codes

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

#c66cbc Text Font Color

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

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


#c66cbc Background Color

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

This div background color is #c66cbc


#c66cbc Border Color

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

This div border color is #c66cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66cbc


Comments

No comments written yet.

Please login to write comment.