Color Hex Logo

#c39cbb Color Hex

#C39CBB
(195,156,187)
0 Favorites   0 Comments

Color spaces of #c39cbb

RGB 195156187
HSL0.870.250.69
HSV312°20°76°
CMYK 0.000.200.04   0.24
XYZ43.363838.966952.2496
Yxy38.96690.32220.2895
Hunter Lab62.423514.7578-5.9304
CIE-Lab68.727319.7125-10.4990

#c39cbb color RGB value is (195,156,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011100 10111011
Octal 303 234 273
Decimal 195 156 187
Hex C3 9C BB

RGB Percentages of Color #c39cbb

%36.25
%29.00
%34.76

CMYK Percentages of Color #c39cbb

%0
%20
%4
%24

Triadic Colors of #c39cbb

#c39cbb #bbc39c #9cbbc3

Analogous Colors of #c39cbb

#c39cbb #c39ca8 #b89cc3

Monochromatic Colors of #c39cbb

#c39cbb

Complementary Color

#c39cbb #9cc3a4

#c39cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39cbb Color CSS Codes

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

#c39cbb Text Font Color

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

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


#c39cbb Background Color

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

This div background color is #c39cbb


#c39cbb Border Color

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

This div border color is #c39cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39cbb


Comments

No comments written yet.

Please login to write comment.