Color Hex Logo

#caa1eb Color Hex

#CAA1EB
(202,161,235)
0 Favorites   0 Comments

Color spaces of #caa1eb

RGB 202161235
HSL0.760.650.78
HSV273°31°92°
CMYK 0.140.310.00   0.08
XYZ52.097444.044584.3529
Yxy44.04450.28860.2440
Hunter Lab66.366023.9821-28.9029
CIE-Lab72.258228.7706-31.5169

#caa1eb color RGB value is (202,161,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100001 11101011
Octal 312 241 353
Decimal 202 161 235
Hex CA A1 EB

RGB Percentages of Color #caa1eb

%33.78
%26.92
%39.30

CMYK Percentages of Color #caa1eb

%14
%31
%0
%8

Triadic Colors of #caa1eb

#caa1eb #ebcaa1 #a1ebca

Analogous Colors of #caa1eb

#caa1eb #eba1e7 #a5a1eb

Monochromatic Colors of #caa1eb

#caa1eb

Complementary Color

#caa1eb #c2eba1

#caa1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa1eb Color CSS Codes

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

#caa1eb Text Font Color

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

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


#caa1eb Background Color

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

This div background color is #caa1eb


#caa1eb Border Color

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

This div border color is #caa1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa1eb


Comments

No comments written yet.

Please login to write comment.