Color Hex Logo

#c39cdb Color Hex

#C39CDB
(195,156,219)
0 Favorites   0 Comments

Color spaces of #c39cdb

RGB 195156219
HSL0.770.470.74
HSV277°29°86°
CMYK 0.110.290.00   0.14
XYZ47.180340.493572.3472
Yxy40.49350.29480.2531
Hunter Lab63.634520.9842-22.8637
CIE-Lab69.819625.9806-26.5573

#c39cdb color RGB value is (195,156,219).

#c39cdb hex color red value is 195, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c39cdb hue: 0.77 , saturation: 0.47 and the lightness value of c39cdb is 0.74.

The process color (four color CMYK) of #c39cdb color hex is 0.11, 0.29, 0.00, 0.14. Web safe color of #c39cdb is #cc99cc. Color #c39cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011100 11011011
Octal 303 234 333
Decimal 195 156 219
Hex C3 9C DB

RGB Percentages of Color #c39cdb

%34.21
%27.37
%38.42

CMYK Percentages of Color #c39cdb

%11
%29
%0
%14

Triadic Colors of #c39cdb

#c39cdb #dbc39c #9cdbc3

Analogous Colors of #c39cdb

#c39cdb #db9cd4 #a49cdb

Monochromatic Colors of #c39cdb

#c39cdb

Complementary Color

#c39cdb #b4db9c

#c39cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39cdb Color CSS Codes

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

#c39cdb Text Font Color

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

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


#c39cdb Background Color

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

This div background color is #c39cdb


#c39cdb Border Color

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

This div border color is #c39cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39cdb


Comments

No comments written yet.

Please login to write comment.