Color Hex Logo

#caa5df Color Hex

#CAA5DF
(202,165,223)
0 Favorites   0 Comments

Color spaces of #caa5df

RGB 202165223
HSL0.770.480.76
HSV278°26°87°
CMYK 0.090.260.00   0.13
XYZ51.131544.794575.7633
Yxy44.79450.29780.2609
Hunter Lab66.928719.2434-20.2662
CIE-Lab72.756424.0787-24.1987

#caa5df color RGB value is (202,165,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 11011111
Octal 312 245 337
Decimal 202 165 223
Hex CA A5 DF

RGB Percentages of Color #caa5df

%34.24
%27.97
%37.80

CMYK Percentages of Color #caa5df

%9
%26
%0
%13

Triadic Colors of #caa5df

#caa5df #dfcaa5 #a5dfca

Analogous Colors of #caa5df

#caa5df #dfa5d7 #ada5df

Monochromatic Colors of #caa5df

#caa5df

Complementary Color

#caa5df #badfa5

#caa5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa5df Color CSS Codes

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

#caa5df Text Font Color

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

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


#caa5df Background Color

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

This div background color is #caa5df


#caa5df Border Color

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

This div border color is #caa5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa5df


Comments

No comments written yet.

Please login to write comment.