Color Hex Logo

#cd9adb Color Hex

#CD9ADB
(205,154,219)
0 Favorites   0 Comments

Color spaces of #cd9adb

RGB 205154219
HSL0.800.470.73
HSV287°30°86°
CMYK 0.060.300.00   0.14
XYZ49.518641.204872.3612
Yxy41.20480.30360.2527
Hunter Lab64.191025.3654-21.9028
CIE-Lab70.319230.2624-25.7072

#cd9adb color RGB value is (205,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011010 11011011
Octal 315 232 333
Decimal 205 154 219
Hex CD 9A DB

RGB Percentages of Color #cd9adb

%35.47
%26.64
%37.89

CMYK Percentages of Color #cd9adb

%6
%30
%0
%14

Triadic Colors of #cd9adb

#cd9adb #dbcd9a #9adbcd

Analogous Colors of #cd9adb

#cd9adb #db9ac9 #ad9adb

Monochromatic Colors of #cd9adb

#cd9adb

Complementary Color

#cd9adb #a8db9a

#cd9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd9adb Color CSS Codes

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

#cd9adb Text Font Color

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

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


#cd9adb Background Color

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

This div background color is #cd9adb


#cd9adb Border Color

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

This div border color is #cd9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd9adb


Comments

No comments written yet.

Please login to write comment.