Color Hex Logo

#caa6df Color Hex

#CAA6DF
(202,166,223)
0 Favorites   0 Comments

Color spaces of #caa6df

RGB 202166223
HSL0.770.470.76
HSV278°26°87°
CMYK 0.090.260.00   0.13
XYZ51.312645.156775.8237
Yxy45.15670.29780.2621
Hunter Lab67.198718.7039-19.8608
CIE-Lab72.995023.5299-23.8344

#caa6df color RGB value is (202,166,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 11011111
Octal 312 246 337
Decimal 202 166 223
Hex CA A6 DF

RGB Percentages of Color #caa6df

%34.18
%28.09
%37.73

CMYK Percentages of Color #caa6df

%9
%26
%0
%13

Triadic Colors of #caa6df

#caa6df #dfcaa6 #a6dfca

Analogous Colors of #caa6df

#caa6df #dfa6d8 #aea6df

Monochromatic Colors of #caa6df

#caa6df

Complementary Color

#caa6df #bbdfa6

#caa6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa6df Color CSS Codes

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

#caa6df Text Font Color

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

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


#caa6df Background Color

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

This div background color is #caa6df


#caa6df Border Color

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

This div border color is #caa6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa6df


Comments

No comments written yet.

Please login to write comment.