Color Hex Logo

#c66acc Color Hex

#C66ACC
(198,106,204)
0 Favorites   0 Comments

Color spaces of #c66acc

RGB 198106204
HSL0.820.490.61
HSV296°48°80°
CMYK 0.030.480.00   0.20
XYZ39.341826.673560.2017
Yxy26.67350.31170.2113
Hunter Lab51.646445.5917-32.9590
CIE-Lab58.670950.7705-35.4091

#c66acc color RGB value is (198,106,204).

#c66acc hex color red value is 198, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c66acc hue: 0.82 , saturation: 0.49 and the lightness value of c66acc is 0.61.

The process color (four color CMYK) of #c66acc color hex is 0.03, 0.48, 0.00, 0.20. Web safe color of #c66acc is #cc66cc. Color #c66acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101010 11001100
Octal 306 152 314
Decimal 198 106 204
Hex C6 6A CC

RGB Percentages of Color #c66acc

%38.98
%20.87
%40.16

CMYK Percentages of Color #c66acc

%3
%48
%0
%20

Triadic Colors of #c66acc

#c66acc #ccc66a #6accc6

Analogous Colors of #c66acc

#c66acc #cc6aa1 #956acc

Monochromatic Colors of #c66acc

#c66acc

Complementary Color

#c66acc #70cc6a

#c66acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66acc Color CSS Codes

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

#c66acc Text Font Color

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

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


#c66acc Background Color

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

This div background color is #c66acc


#c66acc Border Color

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

This div border color is #c66acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66acc


Comments

No comments written yet.

Please login to write comment.