Color Hex Logo

#caa0ff Color Hex

#CAA0FF
(202,160,255)
0 Favorites   0 Comments

Color spaces of #caa0ff

RGB 202160255
HSL0.741.000.81
HSV267°37°100°
CMYK 0.210.370.00   0.00
XYZ54.977944.9182100.3802
Yxy44.91820.27450.2243
Hunter Lab67.021029.1382-41.8864
CIE-Lab72.838033.6782-41.4832

#caa0ff color RGB value is (202,160,255).

#caa0ff hex color red value is 202, green value is 160 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #caa0ff hue: 0.74 , saturation: 1.00 and the lightness value of caa0ff is 0.81.

The process color (four color CMYK) of #caa0ff color hex is 0.21, 0.37, 0.00, 0.00. Web safe color of #caa0ff is #cc99ff. Color #caa0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100000 11111111
Octal 312 240 377
Decimal 202 160 255
Hex CA A0 FF

RGB Percentages of Color #caa0ff

%32.74
%25.93
%41.33

CMYK Percentages of Color #caa0ff

%21
%37
%0
%0

Triadic Colors of #caa0ff

#caa0ff #ffcaa0 #a0ffca

Analogous Colors of #caa0ff

#caa0ff #faa0ff #a0a6ff

Monochromatic Colors of #caa0ff

#caa0ff

Complementary Color

#caa0ff #d5ffa0

#caa0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa0ff Color CSS Codes

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

#caa0ff Text Font Color

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

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


#caa0ff Background Color

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

This div background color is #caa0ff


#caa0ff Border Color

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

This div border color is #caa0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa0ff


Comments

No comments written yet.

Please login to write comment.