Color Hex Logo

#caa6cc Color Hex

#CAA6CC
(202,166,204)
0 Favorites   0 Comments

Color spaces of #caa6cc

RGB 202166204
HSL0.820.270.73
HSV297°19°80°
CMYK 0.010.190.00   0.20
XYZ48.892444.188663.0791
Yxy44.18860.31310.2830
Hunter Lab66.474514.9574-9.7294
CIE-Lab72.354419.7868-14.3916

#caa6cc color RGB value is (202,166,204).

#caa6cc hex color red value is 202, green value is 166 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #caa6cc hue: 0.82 , saturation: 0.27 and the lightness value of caa6cc is 0.73.

The process color (four color CMYK) of #caa6cc color hex is 0.01, 0.19, 0.00, 0.20. Web safe color of #caa6cc is #cc99cc. Color #caa6cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 11001100
Octal 312 246 314
Decimal 202 166 204
Hex CA A6 CC

RGB Percentages of Color #caa6cc

%35.31
%29.02
%35.66

CMYK Percentages of Color #caa6cc

%1
%19
%0
%20

Triadic Colors of #caa6cc

#caa6cc #cccaa6 #a6ccca

Analogous Colors of #caa6cc

#caa6cc #cca6bb #b7a6cc

Monochromatic Colors of #caa6cc

#caa6cc

Complementary Color

#caa6cc #a8cca6

#caa6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa6cc Color CSS Codes

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

#caa6cc Text Font Color

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

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


#caa6cc Background Color

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

This div background color is #caa6cc


#caa6cc Border Color

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

This div border color is #caa6cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,166,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 #caa6cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa6cc


Comments

No comments written yet.

Please login to write comment.