Color Hex Logo

#caa9da Color Hex

#CAA9DA
(202,169,218)
0 Favorites   0 Comments

Color spaces of #caa9da

RGB 202169218
HSL0.780.400.76
HSV280°22°85°
CMYK 0.070.220.00   0.15
XYZ51.200045.994472.5090
Yxy45.99440.30170.2710
Hunter Lab67.819216.0748-15.9166
CIE-Lab73.541920.8744-20.2696

#caa9da color RGB value is (202,169,218).

#caa9da hex color red value is 202, green value is 169 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #caa9da hue: 0.78 , saturation: 0.40 and the lightness value of caa9da is 0.76.

The process color (four color CMYK) of #caa9da color hex is 0.07, 0.22, 0.00, 0.15. Web safe color of #caa9da is #cc99cc. Color #caa9da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101001 11011010
Octal 312 251 332
Decimal 202 169 218
Hex CA A9 DA

RGB Percentages of Color #caa9da

%34.30
%28.69
%37.01

CMYK Percentages of Color #caa9da

%7
%22
%0
%15

Triadic Colors of #caa9da

#caa9da #dacaa9 #a9daca

Analogous Colors of #caa9da

#caa9da #daa9d2 #b2a9da

Monochromatic Colors of #caa9da

#caa9da

Complementary Color

#caa9da #b9daa9

#caa9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa9da Color CSS Codes

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

#caa9da Text Font Color

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

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


#caa9da Background Color

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

This div background color is #caa9da


#caa9da Border Color

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

This div border color is #caa9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa9da


Comments

No comments written yet.

Please login to write comment.