Color Hex Logo

#caa5d8 Color Hex

#CAA5D8
(202,165,216)
0 Favorites   0 Comments

Color spaces of #caa5d8

RGB 202165216
HSL0.790.400.75
HSV284°24°85°
CMYK 0.060.240.00   0.15
XYZ50.206944.424770.8944
Yxy44.42470.30330.2684
Hunter Lab66.651917.8181-16.4076
CIE-Lab72.511522.6684-20.7401

#caa5d8 color RGB value is (202,165,216).

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

The process color (four color CMYK) of #caa5d8 color hex is 0.06, 0.24, 0.00, 0.15. Web safe color of #caa5d8 is #cc99cc. Color #caa5d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 11011000
Octal 312 245 330
Decimal 202 165 216
Hex CA A5 D8

RGB Percentages of Color #caa5d8

%34.65
%28.30
%37.05

CMYK Percentages of Color #caa5d8

%6
%24
%0
%15

Triadic Colors of #caa5d8

#caa5d8 #d8caa5 #a5d8ca

Analogous Colors of #caa5d8

#caa5d8 #d8a5cd #b1a5d8

Monochromatic Colors of #caa5d8

#caa5d8

Complementary Color

#caa5d8 #b3d8a5

#caa5d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa5d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa5d8 Color CSS Codes

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

#caa5d8 Text Font Color

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

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


#caa5d8 Background Color

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

This div background color is #caa5d8


#caa5d8 Border Color

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

This div border color is #caa5d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa5d8


Comments

No comments written yet.

Please login to write comment.