Color Hex Logo

#caa3ef Color Hex

#CAA3EF
(202,163,239)
0 Favorites   0 Comments

Color spaces of #caa3ef

RGB 202163239
HSL0.750.700.79
HSV271°32°94°
CMYK 0.150.320.00   0.06
XYZ53.034344.982987.5487
Yxy44.98290.28580.2424
Hunter Lab67.069323.7756-30.4455
CIE-Lab72.880628.5262-32.7348

#caa3ef color RGB value is (202,163,239).

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

The process color (four color CMYK) of #caa3ef color hex is 0.15, 0.32, 0.00, 0.06. Web safe color of #caa3ef is #cc99ff. Color #caa3ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100011 11101111
Octal 312 243 357
Decimal 202 163 239
Hex CA A3 EF

RGB Percentages of Color #caa3ef

%33.44
%26.99
%39.57

CMYK Percentages of Color #caa3ef

%15
%32
%0
%6

Triadic Colors of #caa3ef

#caa3ef #efcaa3 #a3efca

Analogous Colors of #caa3ef

#caa3ef #efa3ee #a4a3ef

Monochromatic Colors of #caa3ef

#caa3ef

Complementary Color

#caa3ef #c8efa3

#caa3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa3ef Color CSS Codes

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

#caa3ef Text Font Color

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

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


#caa3ef Background Color

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

This div background color is #caa3ef


#caa3ef Border Color

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

This div border color is #caa3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa3ef


Comments

No comments written yet.

Please login to write comment.