Color Hex Logo

#cca3cd Color Hex

#CCA3CD
(204,163,205)
0 Favorites   0 Comments

Color spaces of #cca3cd

RGB 204163205
HSL0.830.300.72
HSV299°20°80°
CMYK 0.000.200.00   0.20
XYZ49.018543.439563.5587
Yxy43.43950.31420.2784
Hunter Lab65.908617.4164-11.0400
CIE-Lab71.852322.2952-15.6788

#cca3cd color RGB value is (204,163,205).

#cca3cd hex color red value is 204, green value is 163 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cca3cd hue: 0.83 , saturation: 0.30 and the lightness value of cca3cd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 11001101
Octal 314 243 315
Decimal 204 163 205
Hex CC A3 CD

RGB Percentages of Color #cca3cd

%35.66
%28.50
%35.84

CMYK Percentages of Color #cca3cd

%0
%20
%0
%20

Triadic Colors of #cca3cd

#cca3cd #cdcca3 #a3cdcc

Analogous Colors of #cca3cd

#cca3cd #cda3b9 #b7a3cd

Monochromatic Colors of #cca3cd

#cca3cd

Complementary Color

#cca3cd #a4cda3

#cca3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca3cd Color CSS Codes

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

#cca3cd Text Font Color

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

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


#cca3cd Background Color

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

This div background color is #cca3cd


#cca3cd Border Color

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

This div border color is #cca3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca3cd


Comments

No comments written yet.

Please login to write comment.