Color Hex Logo

#cca4dd Color Hex

#CCA4DD
(204,164,221)
0 Favorites   0 Comments

Color spaces of #cca4dd

RGB 204164221
HSL0.780.460.75
HSV282°26°87°
CMYK 0.080.260.00   0.13
XYZ51.228444.608774.3169
Yxy44.60870.30110.2622
Hunter Lab66.789720.0292-19.2191
CIE-Lab72.633524.8651-23.2755

#cca4dd color RGB value is (204,164,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100100 11011101
Octal 314 244 335
Decimal 204 164 221
Hex CC A4 DD

RGB Percentages of Color #cca4dd

%34.63
%27.84
%37.52

CMYK Percentages of Color #cca4dd

%8
%26
%0
%13

Triadic Colors of #cca4dd

#cca4dd #ddcca4 #a4ddcc

Analogous Colors of #cca4dd

#cca4dd #dda4d2 #b0a4dd

Monochromatic Colors of #cca4dd

#cca4dd

Complementary Color

#cca4dd #b5dda4

#cca4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca4dd Color CSS Codes

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

#cca4dd Text Font Color

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

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


#cca4dd Background Color

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

This div background color is #cca4dd


#cca4dd Border Color

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

This div border color is #cca4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca4dd


Comments

No comments written yet.

Please login to write comment.