Color Hex Logo

#cca8dc Color Hex

#CCA8DC
(204,168,220)
0 Favorites   0 Comments

Color spaces of #cca8dc

RGB 204168220
HSL0.780.430.76
HSV282°24°86°
CMYK 0.070.240.00   0.14
XYZ51.822746.009973.8596
Yxy46.00990.30180.2680
Hunter Lab67.830617.6708-17.0785
CIE-Lab73.552022.4737-21.3300

#cca8dc color RGB value is (204,168,220).

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

The process color (four color CMYK) of #cca8dc color hex is 0.07, 0.24, 0.00, 0.14. Web safe color of #cca8dc is #cc99cc. Color #cca8dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101000 11011100
Octal 314 250 334
Decimal 204 168 220
Hex CC A8 DC

RGB Percentages of Color #cca8dc

%34.46
%28.38
%37.16

CMYK Percentages of Color #cca8dc

%7
%24
%0
%14

Triadic Colors of #cca8dc

#cca8dc #dccca8 #a8dccc

Analogous Colors of #cca8dc

#cca8dc #dca8d2 #b2a8dc

Monochromatic Colors of #cca8dc

#cca8dc

Complementary Color

#cca8dc #b8dca8

#cca8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca8dc Color CSS Codes

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

#cca8dc Text Font Color

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

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


#cca8dc Background Color

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

This div background color is #cca8dc


#cca8dc Border Color

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

This div border color is #cca8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca8dc


Comments

No comments written yet.

Please login to write comment.