Color Hex Logo

#cca4de Color Hex

#CCA4DE
(204,164,222)
0 Favorites   0 Comments

Color spaces of #cca4de

RGB 204164222
HSL0.780.470.76
HSV281°26°87°
CMYK 0.080.260.00   0.13
XYZ51.362144.662275.0208
Yxy44.66220.30030.2611
Hunter Lab66.829820.2342-19.7761
CIE-Lab72.668925.0661-23.7686

#cca4de color RGB value is (204,164,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100100 11011110
Octal 314 244 336
Decimal 204 164 222
Hex CC A4 DE

RGB Percentages of Color #cca4de

%34.58
%27.80
%37.63

CMYK Percentages of Color #cca4de

%8
%26
%0
%13

Triadic Colors of #cca4de

#cca4de #decca4 #a4decc

Analogous Colors of #cca4de

#cca4de #dea4d3 #afa4de

Monochromatic Colors of #cca4de

#cca4de

Complementary Color

#cca4de #b6dea4

#cca4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca4de Color CSS Codes

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

#cca4de Text Font Color

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

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


#cca4de Background Color

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

This div background color is #cca4de


#cca4de Border Color

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

This div border color is #cca4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca4de


Comments

No comments written yet.

Please login to write comment.