Color Hex Logo

#caa5dc Color Hex

#CAA5DC
(202,165,220)
0 Favorites   0 Comments

Color spaces of #caa5dc

RGB 202165220
HSL0.780.440.75
HSV280°25°86°
CMYK 0.080.250.00   0.14
XYZ50.730544.634173.6516
Yxy44.63410.30020.2641
Hunter Lab66.808818.6267-18.5966
CIE-Lab72.650323.4701-22.7194

#caa5dc color RGB value is (202,165,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 11011100
Octal 312 245 334
Decimal 202 165 220
Hex CA A5 DC

RGB Percentages of Color #caa5dc

%34.41
%28.11
%37.48

CMYK Percentages of Color #caa5dc

%8
%25
%0
%14

Triadic Colors of #caa5dc

#caa5dc #dccaa5 #a5dcca

Analogous Colors of #caa5dc

#caa5dc #dca5d3 #afa5dc

Monochromatic Colors of #caa5dc

#caa5dc

Complementary Color

#caa5dc #b7dca5

#caa5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa5dc Color CSS Codes

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

#caa5dc Text Font Color

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

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


#caa5dc Background Color

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

This div background color is #caa5dc


#caa5dc Border Color

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

This div border color is #caa5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa5dc


Comments

No comments written yet.

Please login to write comment.