Color Hex Logo

#c39cbd Color Hex

#C39CBD
(195,156,189)
0 Favorites   0 Comments

Color spaces of #c39cbd

RGB 195156189
HSL0.860.250.69
HSV309°20°76°
CMYK 0.000.200.03   0.24
XYZ43.579539.053253.3852
Yxy39.05320.32040.2871
Hunter Lab62.492615.1159-6.9046
CIE-Lab68.789820.0803-11.5175

#c39cbd color RGB value is (195,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011100 10111101
Octal 303 234 275
Decimal 195 156 189
Hex C3 9C BD

RGB Percentages of Color #c39cbd

%36.11
%28.89
%35.00

CMYK Percentages of Color #c39cbd

%0
%20
%3
%24

Triadic Colors of #c39cbd

#c39cbd #bdc39c #9cbdc3

Analogous Colors of #c39cbd

#c39cbd #c39caa #b69cc3

Monochromatic Colors of #c39cbd

#c39cbd

Complementary Color

#c39cbd #9cc3a2

#c39cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39cbd Color CSS Codes

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

#c39cbd Text Font Color

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

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


#c39cbd Background Color

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

This div background color is #c39cbd


#c39cbd Border Color

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

This div border color is #c39cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39cbd


Comments

No comments written yet.

Please login to write comment.