color codes Logo

#cca2db color codes

#CCA2DB
(204,162,219)
0 Favorites   0 Comments

Color spaces of #cca2db

RGB 204162219
HSL0.790.440.75
HSV284°26°86°
CMYK 0.070.260.00   0.14
XYZ50.608443.792572.8033
Yxy43.79250.30270.2619
Hunter Lab66.175920.7011-18.9047
CIE-Lab72.089625.5613-23.0095

#cca2db color RGB value is (204,162,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 11011011
Octal 314 242 333
Decimal 204 162 219
Hex CC A2 DB

RGB Percentages of Color #cca2db

%34.87
%27.69
%37.44

CMYK Percentages of Color #cca2db

%7
%26
%0
%14

Triadic Colors of #cca2db

#cca2db #dbcca2 #a2dbcc

Analogous Colors of #cca2db

#cca2db #dba2ce #b0a2db

Monochromatic Colors of #cca2db

#cca2db

Complementary Color

#cca2db #b1dba2

#cca2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca2db Color CSS Codes

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

#cca2db Text Font Color

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

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


#cca2db Background Color

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

This div background color is #cca2db


#cca2db Border Color

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

This div border color is #cca2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca2db


Comments

No comments written yet.

Please login to write comment.