Color Hex Logo

#caa9df Color Hex

#CAA9DF
(202,169,223)
0 Favorites   0 Comments

Color spaces of #caa9df

RGB 202169223
HSL0.770.460.77
HSV277°24°87°
CMYK 0.090.240.00   0.13
XYZ51.864446.260276.0076
Yxy46.26020.29780.2657
Hunter Lab68.014917.0883-18.6471
CIE-Lab73.714121.8845-22.7378

#caa9df color RGB value is (202,169,223).

#caa9df hex color red value is 202, green value is 169 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #caa9df hue: 0.77 , saturation: 0.46 and the lightness value of caa9df is 0.77.

The process color (four color CMYK) of #caa9df color hex is 0.09, 0.24, 0.00, 0.13. Web safe color of #caa9df is #cc99cc. Color #caa9df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101001 11011111
Octal 312 251 337
Decimal 202 169 223
Hex CA A9 DF

RGB Percentages of Color #caa9df

%34.01
%28.45
%37.54

CMYK Percentages of Color #caa9df

%9
%24
%0
%13

Triadic Colors of #caa9df

#caa9df #dfcaa9 #a9dfca

Analogous Colors of #caa9df

#caa9df #dfa9d9 #afa9df

Monochromatic Colors of #caa9df

#caa9df

Complementary Color

#caa9df #bedfa9

#caa9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa9df Color CSS Codes

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

#caa9df Text Font Color

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

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


#caa9df Background Color

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

This div background color is #caa9df


#caa9df Border Color

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

This div border color is #caa9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa9df

#caa9df Color Palettes


Comments

No comments written yet.

Please login to write comment.