Color Hex Logo

#caa4ea Color Hex

#CAA4EA
(202,164,234)
0 Favorites   0 Comments

Color spaces of #caa4ea

RGB 202164234
HSL0.760.630.78
HSV273°30°92°
CMYK 0.140.300.00   0.08
XYZ52.483945.048083.7708
Yxy45.04800.28950.2485
Hunter Lab67.117822.1249-27.0183
CIE-Lab72.923526.9125-29.9464

#caa4ea color RGB value is (202,164,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100100 11101010
Octal 312 244 352
Decimal 202 164 234
Hex CA A4 EA

RGB Percentages of Color #caa4ea

%33.67
%27.33
%39.00

CMYK Percentages of Color #caa4ea

%14
%30
%0
%8

Triadic Colors of #caa4ea

#caa4ea #eacaa4 #a4eaca

Analogous Colors of #caa4ea

#caa4ea #eaa4e7 #a7a4ea

Monochromatic Colors of #caa4ea

#caa4ea

Complementary Color

#caa4ea #c4eaa4

#caa4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa4ea Color CSS Codes

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

#caa4ea Text Font Color

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

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


#caa4ea Background Color

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

This div background color is #caa4ea


#caa4ea Border Color

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

This div border color is #caa4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa4ea


Comments

No comments written yet.

Please login to write comment.