Color Hex Logo

#caa2db Color Hex

#CAA2DB
(202,162,219)
0 Favorites   0 Comments

Color spaces of #caa2db

RGB 202162219
HSL0.780.440.75
HSV282°26°86°
CMYK 0.080.260.00   0.14
XYZ50.063643.511772.7778
Yxy43.51170.30090.2616
Hunter Lab65.963420.0385-19.2406
CIE-Lab71.900924.9152-23.3144

#caa2db color RGB value is (202,162,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100010 11011011
Octal 312 242 333
Decimal 202 162 219
Hex CA A2 DB

RGB Percentages of Color #caa2db

%34.65
%27.79
%37.56

CMYK Percentages of Color #caa2db

%8
%26
%0
%14

Triadic Colors of #caa2db

#caa2db #dbcaa2 #a2dbca

Analogous Colors of #caa2db

#caa2db #dba2d0 #aea2db

Monochromatic Colors of #caa2db

#caa2db

Complementary Color

#caa2db #b3dba2

#caa2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa2db Color CSS Codes

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

#caa2db Text Font Color

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

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


#caa2db Background Color

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

This div background color is #caa2db


#caa2db Border Color

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

This div border color is #caa2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa2db


Comments

No comments written yet.

Please login to write comment.