Color Hex Logo

#c39dba Color Hex

#C39DBA
(195,157,186)
0 Favorites   0 Comments

Color spaces of #c39dba

RGB 195157186
HSL0.870.240.69
HSV314°19°76°
CMYK 0.000.190.05   0.24
XYZ43.425639.261251.7438
Yxy39.26120.32300.2921
Hunter Lab62.658814.0564-5.1007
CIE-Lab68.940118.9782-9.6252

#c39dba color RGB value is (195,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011101 10111010
Octal 303 235 272
Decimal 195 157 186
Hex C3 9D BA

RGB Percentages of Color #c39dba

%36.25
%29.18
%34.57

CMYK Percentages of Color #c39dba

%0
%19
%5
%24

Triadic Colors of #c39dba

#c39dba #bac39d #9dbac3

Analogous Colors of #c39dba

#c39dba #c39da7 #b99dc3

Monochromatic Colors of #c39dba

#c39dba

Complementary Color

#c39dba #9dc3a6

#c39dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39dba Color CSS Codes

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

#c39dba Text Font Color

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

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


#c39dba Background Color

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

This div background color is #c39dba


#c39dba Border Color

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

This div border color is #c39dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39dba


Comments

No comments written yet.

Please login to write comment.