Color Hex Logo

#caa1db Color Hex

#CAA1DB
(202,161,219)
0 Favorites   0 Comments

Color spaces of #caa1db

RGB 202161219
HSL0.780.450.75
HSV282°26°86°
CMYK 0.080.260.00   0.14
XYZ49.888243.160872.7193
Yxy43.16080.30100.2604
Hunter Lab65.696920.5779-19.6398
CIE-Lab71.664025.4643-23.6761

#caa1db color RGB value is (202,161,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100001 11011011
Octal 312 241 333
Decimal 202 161 219
Hex CA A1 DB

RGB Percentages of Color #caa1db

%34.71
%27.66
%37.63

CMYK Percentages of Color #caa1db

%8
%26
%0
%14

Triadic Colors of #caa1db

#caa1db #dbcaa1 #a1dbca

Analogous Colors of #caa1db

#caa1db #dba1cf #ada1db

Monochromatic Colors of #caa1db

#caa1db

Complementary Color

#caa1db #b2dba1

#caa1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa1db Color CSS Codes

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

#caa1db Text Font Color

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

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


#caa1db Background Color

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

This div background color is #caa1db


#caa1db Border Color

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

This div border color is #caa1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa1db


Comments

No comments written yet.

Please login to write comment.