Color Hex Logo

#ca9adb Color Hex

#CA9ADB
(202,154,219)
0 Favorites   0 Comments

Color spaces of #ca9adb

RGB 202154219
HSL0.790.470.73
HSV284°30°86°
CMYK 0.080.300.00   0.14
XYZ48.698940.782272.3229
Yxy40.78220.30100.2520
Hunter Lab63.860924.3634-22.4436
CIE-Lab70.023129.3064-26.1870

#ca9adb color RGB value is (202,154,219).

#ca9adb hex color red value is 202, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ca9adb hue: 0.79 , saturation: 0.47 and the lightness value of ca9adb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011010 11011011
Octal 312 232 333
Decimal 202 154 219
Hex CA 9A DB

RGB Percentages of Color #ca9adb

%35.13
%26.78
%38.09

CMYK Percentages of Color #ca9adb

%8
%30
%0
%14

Triadic Colors of #ca9adb

#ca9adb #dbca9a #9adbca

Analogous Colors of #ca9adb

#ca9adb #db9acc #aa9adb

Monochromatic Colors of #ca9adb

#ca9adb

Complementary Color

#ca9adb #abdb9a

#ca9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9adb Color CSS Codes

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

#ca9adb Text Font Color

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

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


#ca9adb Background Color

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

This div background color is #ca9adb


#ca9adb Border Color

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

This div border color is #ca9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9adb


Comments

No comments written yet.

Please login to write comment.