Color Hex Logo

#c66add Color Hex

#C66ADD
(198,106,221)
0 Favorites   0 Comments

Color spaces of #c66add

RGB 198106221
HSL0.800.630.64
HSV288°52°87°
CMYK 0.100.520.00   0.13
XYZ41.493927.534371.5343
Yxy27.53430.29520.1959
Hunter Lab52.473149.3235-44.0962
CIE-Lab59.465754.0191-43.7528

#c66add color RGB value is (198,106,221).

#c66add hex color red value is 198, green value is 106 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c66add hue: 0.80 , saturation: 0.63 and the lightness value of c66add is 0.64.

The process color (four color CMYK) of #c66add color hex is 0.10, 0.52, 0.00, 0.13. Web safe color of #c66add is #cc66cc. Color #c66add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101010 11011101
Octal 306 152 335
Decimal 198 106 221
Hex C6 6A DD

RGB Percentages of Color #c66add

%37.71
%20.19
%42.10

CMYK Percentages of Color #c66add

%10
%52
%0
%13

Triadic Colors of #c66add

#c66add #ddc66a #6addc6

Analogous Colors of #c66add

#c66add #dd6abb #8d6add

Monochromatic Colors of #c66add

#c66add

Complementary Color

#c66add #81dd6a

#c66add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66add Color CSS Codes

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

#c66add Text Font Color

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

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


#c66add Background Color

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

This div background color is #c66add


#c66add Border Color

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

This div border color is #c66add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66add


Comments

No comments written yet.

Please login to write comment.