Color Hex Logo

#cdb0dd Color Hex

#CDB0DD
(205,176,221)
0 Favorites   0 Comments

Color spaces of #cdb0dd

RGB 205176221
HSL0.770.400.78
HSV279°20°87°
CMYK 0.070.200.00   0.13
XYZ53.753349.250375.0798
Yxy49.25030.30180.2766
Hunter Lab70.178613.9097-14.3058
CIE-Lab75.606818.6274-18.7496

#cdb0dd color RGB value is (205,176,221).

#cdb0dd hex color red value is 205, green value is 176 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cdb0dd hue: 0.77 , saturation: 0.40 and the lightness value of cdb0dd is 0.78.

The process color (four color CMYK) of #cdb0dd color hex is 0.07, 0.20, 0.00, 0.13. Web safe color of #cdb0dd is #cc99cc. Color #cdb0dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 11011101
Octal 315 260 335
Decimal 205 176 221
Hex CD B0 DD

RGB Percentages of Color #cdb0dd

%34.05
%29.24
%36.71

CMYK Percentages of Color #cdb0dd

%7
%20
%0
%13

Triadic Colors of #cdb0dd

#cdb0dd #ddcdb0 #b0ddcd

Analogous Colors of #cdb0dd

#cdb0dd #ddb0d7 #b7b0dd

Monochromatic Colors of #cdb0dd

#cdb0dd

Complementary Color

#cdb0dd #c0ddb0

#cdb0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb0dd Color CSS Codes

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

#cdb0dd Text Font Color

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

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


#cdb0dd Background Color

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

This div background color is #cdb0dd


#cdb0dd Border Color

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

This div border color is #cdb0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb0dd


Comments

No comments written yet.

Please login to write comment.