Color Hex Logo

#cca3dc Color Hex

#CCA3DC
(204,163,220)
0 Favorites   0 Comments

Color spaces of #cca3dc

RGB 204163220
HSL0.790.450.75
HSV283°26°86°
CMYK 0.070.260.00   0.14
XYZ50.917344.199173.5578
Yxy44.19910.30190.2620
Hunter Lab66.482420.3647-19.0623
CIE-Lab72.361425.2127-23.1430

#cca3dc color RGB value is (204,163,220).

#cca3dc hex color red value is 204, green value is 163 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cca3dc hue: 0.79 , saturation: 0.45 and the lightness value of cca3dc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 11011100
Octal 314 243 334
Decimal 204 163 220
Hex CC A3 DC

RGB Percentages of Color #cca3dc

%34.75
%27.77
%37.48

CMYK Percentages of Color #cca3dc

%7
%26
%0
%14

Triadic Colors of #cca3dc

#cca3dc #dccca3 #a3dccc

Analogous Colors of #cca3dc

#cca3dc #dca3d0 #b0a3dc

Monochromatic Colors of #cca3dc

#cca3dc

Complementary Color

#cca3dc #b3dca3

#cca3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca3dc Color CSS Codes

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

#cca3dc Text Font Color

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

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


#cca3dc Background Color

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

This div background color is #cca3dc


#cca3dc Border Color

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

This div border color is #cca3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca3dc


Comments

No comments written yet.

Please login to write comment.