Color Hex Logo

#caa5ee Color Hex

#CAA5EE
(202,165,238)
0 Favorites   0 Comments

Color spaces of #caa5ee

RGB 202165238
HSL0.750.680.79
HSV270°31°93°
CMYK 0.150.310.00   0.07
XYZ53.244945.639986.8920
Yxy45.63990.28660.2457
Hunter Lab67.557322.4584-28.9685
CIE-Lab73.311327.2142-31.5262

#caa5ee color RGB value is (202,165,238).

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

The process color (four color CMYK) of #caa5ee color hex is 0.15, 0.31, 0.00, 0.07. Web safe color of #caa5ee is #cc99ff. Color #caa5ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 11101110
Octal 312 245 356
Decimal 202 165 238
Hex CA A5 EE

RGB Percentages of Color #caa5ee

%33.39
%27.27
%39.34

CMYK Percentages of Color #caa5ee

%15
%31
%0
%7

Triadic Colors of #caa5ee

#caa5ee #eecaa5 #a5eeca

Analogous Colors of #caa5ee

#caa5ee #eea5ee #a6a5ee

Monochromatic Colors of #caa5ee

#caa5ee

Complementary Color

#caa5ee #c9eea5

#caa5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa5ee Color CSS Codes

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

#caa5ee Text Font Color

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

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


#caa5ee Background Color

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

This div background color is #caa5ee


#caa5ee Border Color

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

This div border color is #caa5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa5ee


Comments

No comments written yet.

Please login to write comment.