Color Hex Logo

#caa3ec Color Hex

#CAA3EC
(202,163,236)
0 Favorites   0 Comments

Color spaces of #caa3ec

RGB 202163236
HSL0.760.660.78
HSV272°31°93°
CMYK 0.140.310.00   0.07
XYZ52.594644.807185.2335
Yxy44.80710.28800.2453
Hunter Lab66.938123.1093-28.6384
CIE-Lab72.764727.8851-31.2807

#caa3ec color RGB value is (202,163,236).

#caa3ec hex color red value is 202, green value is 163 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #caa3ec hue: 0.76 , saturation: 0.66 and the lightness value of caa3ec is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100011 11101100
Octal 312 243 354
Decimal 202 163 236
Hex CA A3 EC

RGB Percentages of Color #caa3ec

%33.61
%27.12
%39.27

CMYK Percentages of Color #caa3ec

%14
%31
%0
%7

Triadic Colors of #caa3ec

#caa3ec #eccaa3 #a3ecca

Analogous Colors of #caa3ec

#caa3ec #eca3ea #a6a3ec

Monochromatic Colors of #caa3ec

#caa3ec

Complementary Color

#caa3ec #c5eca3

#caa3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa3ec Color CSS Codes

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

#caa3ec Text Font Color

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

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


#caa3ec Background Color

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

This div background color is #caa3ec


#caa3ec Border Color

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

This div border color is #caa3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa3ec

#caa3ec Color Palettes


Comments

No comments written yet.

Please login to write comment.