Color Hex Logo

#caa0cd Color Hex

#CAA0CD
(202,160,205)
0 Favorites   0 Comments

Color spaces of #caa0cd

RGB 202160205
HSL0.820.310.72
HSV296°22°80°
CMYK 0.010.220.00   0.20
XYZ47.947442.105963.3578
Yxy42.10590.31250.2745
Hunter Lab64.889118.3402-12.4685
CIE-Lab70.943923.2686-17.0687

#caa0cd color RGB value is (202,160,205).

#caa0cd hex color red value is 202, green value is 160 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #caa0cd hue: 0.82 , saturation: 0.31 and the lightness value of caa0cd is 0.72.

The process color (four color CMYK) of #caa0cd color hex is 0.01, 0.22, 0.00, 0.20. Web safe color of #caa0cd is #cc99cc. Color #caa0cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100000 11001101
Octal 312 240 315
Decimal 202 160 205
Hex CA A0 CD

RGB Percentages of Color #caa0cd

%35.63
%28.22
%36.16

CMYK Percentages of Color #caa0cd

%1
%22
%0
%20

Triadic Colors of #caa0cd

#caa0cd #cdcaa0 #a0cdca

Analogous Colors of #caa0cd

#caa0cd #cda0ba #b4a0cd

Monochromatic Colors of #caa0cd

#caa0cd

Complementary Color

#caa0cd #a3cda0

#caa0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa0cd Color CSS Codes

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

#caa0cd Text Font Color

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

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


#caa0cd Background Color

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

This div background color is #caa0cd


#caa0cd Border Color

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

This div border color is #caa0cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,160,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa0cd


Comments

No comments written yet.

Please login to write comment.