Color Hex Logo

#ca9bdc Color Hex

#CA9BDC
(202,155,220)
0 Favorites   0 Comments

Color spaces of #ca9bdc

RGB 202155220
HSL0.790.480.74
HSV283°30°86°
CMYK 0.080.300.00   0.14
XYZ48.996741.166673.0737
Yxy41.16660.30020.2522
Hunter Lab64.161224.0294-22.6130
CIE-Lab70.292528.9589-26.3242

#ca9bdc color RGB value is (202,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011011 11011100
Octal 312 233 334
Decimal 202 155 220
Hex CA 9B DC

RGB Percentages of Color #ca9bdc

%35.01
%26.86
%38.13

CMYK Percentages of Color #ca9bdc

%8
%30
%0
%14

Triadic Colors of #ca9bdc

#ca9bdc #dcca9b #9bdcca

Analogous Colors of #ca9bdc

#ca9bdc #dc9bce #aa9bdc

Monochromatic Colors of #ca9bdc

#ca9bdc

Complementary Color

#ca9bdc #addc9b

#ca9bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9bdc Color CSS Codes

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

#ca9bdc Text Font Color

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

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


#ca9bdc Background Color

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

This div background color is #ca9bdc


#ca9bdc Border Color

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

This div border color is #ca9bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9bdc


Comments

No comments written yet.

Please login to write comment.