Color Hex Logo

#cd9dba Color Hex

#CD9DBA
(205,157,186)
0 Favorites   0 Comments

Color spaces of #cd9dba

RGB 205157186
HSL0.900.320.71
HSV324°23°80°
CMYK 0.000.230.09   0.20
XYZ46.096740.638251.8688
Yxy40.63820.33260.2932
Hunter Lab63.748117.5154-3.6178
CIE-Lab69.921722.4862-8.0583

#cd9dba color RGB value is (205,157,186).

#cd9dba hex color red value is 205, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cd9dba hue: 0.90 , saturation: 0.32 and the lightness value of cd9dba is 0.71.

The process color (four color CMYK) of #cd9dba color hex is 0.00, 0.23, 0.09, 0.20. Web safe color of #cd9dba is #cc99cc. Color #cd9dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011101 10111010
Octal 315 235 272
Decimal 205 157 186
Hex CD 9D BA

RGB Percentages of Color #cd9dba

%37.41
%28.65
%33.94

CMYK Percentages of Color #cd9dba

%0
%23
%9
%20

Triadic Colors of #cd9dba

#cd9dba #bacd9d #9dbacd

Analogous Colors of #cd9dba

#cd9dba #cd9da2 #c89dcd

Monochromatic Colors of #cd9dba

#cd9dba

Complementary Color

#cd9dba #9dcdb0

#cd9dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd9dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd9dba Color CSS Codes

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

#cd9dba Text Font Color

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

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


#cd9dba Background Color

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

This div background color is #cd9dba


#cd9dba Border Color

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

This div border color is #cd9dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,157,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd9dba


Comments

No comments written yet.

Please login to write comment.