Color Hex Logo

#ca9bdd Color Hex

#CA9BDD
(202,155,221)
0 Favorites   0 Comments

Color spaces of #ca9bdd

RGB 202155221
HSL0.790.490.74
HSV283°30°87°
CMYK 0.090.300.00   0.13
XYZ49.129641.219773.7734
Yxy41.21970.29930.2512
Hunter Lab64.202624.2387-23.1867
CIE-Lab70.329629.1612-26.8174

#ca9bdd color RGB value is (202,155,221).

#ca9bdd hex color red value is 202, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ca9bdd hue: 0.79 , saturation: 0.49 and the lightness value of ca9bdd is 0.74.

The process color (four color CMYK) of #ca9bdd color hex is 0.09, 0.30, 0.00, 0.13. Web safe color of #ca9bdd is #cc99cc. Color #ca9bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011011 11011101
Octal 312 233 335
Decimal 202 155 221
Hex CA 9B DD

RGB Percentages of Color #ca9bdd

%34.95
%26.82
%38.24

CMYK Percentages of Color #ca9bdd

%9
%30
%0
%13

Triadic Colors of #ca9bdd

#ca9bdd #ddca9b #9bddca

Analogous Colors of #ca9bdd

#ca9bdd #dd9bcf #a99bdd

Monochromatic Colors of #ca9bdd

#ca9bdd

Complementary Color

#ca9bdd #aedd9b

#ca9bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9bdd Color CSS Codes

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

#ca9bdd Text Font Color

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

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


#ca9bdd Background Color

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

This div background color is #ca9bdd


#ca9bdd Border Color

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

This div border color is #ca9bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9bdd


Comments

No comments written yet.

Please login to write comment.