Color Hex Logo

#caa5ec Color Hex

#CAA5EC
(202,165,236)
0 Favorites   0 Comments

Color spaces of #caa5ec

RGB 202165236
HSL0.750.650.79
HSV271°30°93°
CMYK 0.140.300.00   0.07
XYZ52.952645.523085.3528
Yxy45.52300.28810.2476
Hunter Lab67.470722.0172-27.7744
CIE-Lab73.234926.7875-30.5558

#caa5ec color RGB value is (202,165,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 11101100
Octal 312 245 354
Decimal 202 165 236
Hex CA A5 EC

RGB Percentages of Color #caa5ec

%33.50
%27.36
%39.14

CMYK Percentages of Color #caa5ec

%14
%30
%0
%7

Triadic Colors of #caa5ec

#caa5ec #eccaa5 #a5ecca

Analogous Colors of #caa5ec

#caa5ec #eca5eb #a7a5ec

Monochromatic Colors of #caa5ec

#caa5ec

Complementary Color

#caa5ec #c7eca5

#caa5ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa5ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa5ec Color CSS Codes

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

#caa5ec Text Font Color

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

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


#caa5ec Background Color

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

This div background color is #caa5ec


#caa5ec Border Color

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

This div border color is #caa5ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,165,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 #caa5ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa5ec


Comments

No comments written yet.

Please login to write comment.