Color Hex Logo

#cd9ddc Color Hex

#CD9DDC
(205,157,220)
0 Favorites   0 Comments

Color spaces of #cd9ddc

RGB 205157220
HSL0.790.470.74
HSV286°29°86°
CMYK 0.070.290.00   0.14
XYZ50.152142.260473.2239
Yxy42.26040.30280.2551
Hunter Lab65.008023.9444-21.2776
CIE-Lab71.050128.8203-25.1379

#cd9ddc color RGB value is (205,157,220).

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

The process color (four color CMYK) of #cd9ddc color hex is 0.07, 0.29, 0.00, 0.14. Web safe color of #cd9ddc is #cc99cc. Color #cd9ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011101 11011100
Octal 315 235 334
Decimal 205 157 220
Hex CD 9D DC

RGB Percentages of Color #cd9ddc

%35.22
%26.98
%37.80

CMYK Percentages of Color #cd9ddc

%7
%29
%0
%14

Triadic Colors of #cd9ddc

#cd9ddc #dccd9d #9ddccd

Analogous Colors of #cd9ddc

#cd9ddc #dc9dcc #ae9ddc

Monochromatic Colors of #cd9ddc

#cd9ddc

Complementary Color

#cd9ddc #acdc9d

#cd9ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd9ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd9ddc Color CSS Codes

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

#cd9ddc Text Font Color

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

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


#cd9ddc Background Color

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

This div background color is #cd9ddc


#cd9ddc Border Color

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

This div border color is #cd9ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd9ddc


Comments

No comments written yet.

Please login to write comment.