Color Hex Logo

#c39dbd Color Hex

#C39DBD
(195,157,189)
0 Favorites   0 Comments

Color spaces of #c39dbd

RGB 195157189
HSL0.860.240.69
HSV309°19°76°
CMYK 0.000.190.03   0.24
XYZ43.748039.390253.4414
Yxy39.39020.32030.2884
Hunter Lab62.761614.5907-6.5522
CIE-Lab69.033019.5283-11.1535

#c39dbd color RGB value is (195,157,189).

#c39dbd hex color red value is 195, green value is 157 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c39dbd hue: 0.86 , saturation: 0.24 and the lightness value of c39dbd is 0.69.

The process color (four color CMYK) of #c39dbd color hex is 0.00, 0.19, 0.03, 0.24. Web safe color of #c39dbd is #cc99cc. Color #c39dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011101 10111101
Octal 303 235 275
Decimal 195 157 189
Hex C3 9D BD

RGB Percentages of Color #c39dbd

%36.04
%29.02
%34.94

CMYK Percentages of Color #c39dbd

%0
%19
%3
%24

Triadic Colors of #c39dbd

#c39dbd #bdc39d #9dbdc3

Analogous Colors of #c39dbd

#c39dbd #c39daa #b69dc3

Monochromatic Colors of #c39dbd

#c39dbd

Complementary Color

#c39dbd #9dc3a3

#c39dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39dbd Color CSS Codes

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

#c39dbd Text Font Color

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

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


#c39dbd Background Color

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

This div background color is #c39dbd


#c39dbd Border Color

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

This div border color is #c39dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39dbd


Comments

No comments written yet.

Please login to write comment.