Color Hex Logo

#cca8db Color Hex

#CCA8DB
(204,168,219)
0 Favorites   0 Comments

Color spaces of #cca8db

RGB 204168219
HSL0.780.410.76
HSV282°23°86°
CMYK 0.070.230.00   0.14
XYZ51.690745.957173.1640
Yxy45.95710.30260.2691
Hunter Lab67.791717.4697-16.5344
CIE-Lab73.517722.2743-20.8356

#cca8db color RGB value is (204,168,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101000 11011011
Octal 314 250 333
Decimal 204 168 219
Hex CC A8 DB

RGB Percentages of Color #cca8db

%34.52
%28.43
%37.06

CMYK Percentages of Color #cca8db

%7
%23
%0
%14

Triadic Colors of #cca8db

#cca8db #dbcca8 #a8dbcc

Analogous Colors of #cca8db

#cca8db #dba8d1 #b3a8db

Monochromatic Colors of #cca8db

#cca8db

Complementary Color

#cca8db #b7dba8

#cca8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca8db Color CSS Codes

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

#cca8db Text Font Color

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

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


#cca8db Background Color

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

This div background color is #cca8db


#cca8db Border Color

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

This div border color is #cca8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca8db


Comments

No comments written yet.

Please login to write comment.