Color Hex Logo

#cca6de Color Hex

#CCA6DE
(204,166,222)
0 Favorites   0 Comments

Color spaces of #cca6de

RGB 204166222
HSL0.780.460.76
HSV281°25°87°
CMYK 0.080.250.00   0.13
XYZ51.722945.383775.1411
Yxy45.38370.30030.2635
Hunter Lab67.367419.1545-18.9744
CIE-Lab73.143823.9705-23.0441

#cca6de color RGB value is (204,166,222).

#cca6de hex color red value is 204, green value is 166 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cca6de hue: 0.78 , saturation: 0.46 and the lightness value of cca6de is 0.76.

The process color (four color CMYK) of #cca6de color hex is 0.08, 0.25, 0.00, 0.13. Web safe color of #cca6de is #cc99cc. Color #cca6de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 11011110
Octal 314 246 336
Decimal 204 166 222
Hex CC A6 DE

RGB Percentages of Color #cca6de

%34.46
%28.04
%37.50

CMYK Percentages of Color #cca6de

%8
%25
%0
%13

Triadic Colors of #cca6de

#cca6de #decca6 #a6decc

Analogous Colors of #cca6de

#cca6de #dea6d4 #b0a6de

Monochromatic Colors of #cca6de

#cca6de

Complementary Color

#cca6de #b8dea6

#cca6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca6de Color CSS Codes

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

#cca6de Text Font Color

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

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


#cca6de Background Color

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

This div background color is #cca6de


#cca6de Border Color

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

This div border color is #cca6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca6de


Comments

No comments written yet.

Please login to write comment.