Color Hex Logo

#caa5da Color Hex

#CAA5DA
(202,165,218)
0 Favorites   0 Comments

Color spaces of #caa5da

RGB 202165218
HSL0.780.420.75
HSV282°24°85°
CMYK 0.070.240.00   0.15
XYZ50.467144.528872.2647
Yxy44.52880.30170.2662
Hunter Lab66.729918.2203-17.4968
CIE-Lab72.580523.0676-21.7307

#caa5da color RGB value is (202,165,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 11011010
Octal 312 245 332
Decimal 202 165 218
Hex CA A5 DA

RGB Percentages of Color #caa5da

%34.53
%28.21
%37.26

CMYK Percentages of Color #caa5da

%7
%24
%0
%15

Triadic Colors of #caa5da

#caa5da #dacaa5 #a5daca

Analogous Colors of #caa5da

#caa5da #daa5d0 #b0a5da

Monochromatic Colors of #caa5da

#caa5da

Complementary Color

#caa5da #b5daa5

#caa5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa5da Color CSS Codes

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

#caa5da Text Font Color

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

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


#caa5da Background Color

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

This div background color is #caa5da


#caa5da Border Color

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

This div border color is #caa5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa5da


Comments

No comments written yet.

Please login to write comment.