Color Hex Logo

#cca9db Color Hex

#CCA9DB
(204,169,219)
0 Favorites   0 Comments

Color spaces of #cca9db

RGB 204169219
HSL0.780.410.76
HSV282°23°86°
CMYK 0.070.230.00   0.14
XYZ51.876046.327873.2258
Yxy46.32780.30260.2702
Hunter Lab68.064516.9325-16.1407
CIE-Lab73.757721.7267-20.4711

#cca9db color RGB value is (204,169,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 11011011
Octal 314 251 333
Decimal 204 169 219
Hex CC A9 DB

RGB Percentages of Color #cca9db

%34.46
%28.55
%36.99

CMYK Percentages of Color #cca9db

%7
%23
%0
%14

Triadic Colors of #cca9db

#cca9db #dbcca9 #a9dbcc

Analogous Colors of #cca9db

#cca9db #dba9d1 #b3a9db

Monochromatic Colors of #cca9db

#cca9db

Complementary Color

#cca9db #b8dba9

#cca9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca9db Color CSS Codes

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

#cca9db Text Font Color

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

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


#cca9db Background Color

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

This div background color is #cca9db


#cca9db Border Color

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

This div border color is #cca9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca9db


Comments

No comments written yet.

Please login to write comment.