Color Hex Logo

#c39bcb Color Hex

#C39BCB
(195,155,203)
0 Favorites   0 Comments

Color spaces of #c39bcb

RGB 195155203
HSL0.810.320.70
HSV290°24°80°
CMYK 0.040.240.00   0.20
XYZ45.006539.356661.7244
Yxy39.35660.30810.2694
Hunter Lab62.734818.2714-14.4207
CIE-Lab69.008823.2994-18.9576

#c39bcb color RGB value is (195,155,203).

#c39bcb hex color red value is 195, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c39bcb hue: 0.81 , saturation: 0.32 and the lightness value of c39bcb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011011 11001011
Octal 303 233 313
Decimal 195 155 203
Hex C3 9B CB

RGB Percentages of Color #c39bcb

%35.26
%28.03
%36.71

CMYK Percentages of Color #c39bcb

%4
%24
%0
%20

Triadic Colors of #c39bcb

#c39bcb #cbc39b #9bcbc3

Analogous Colors of #c39bcb

#c39bcb #cb9bbb #ab9bcb

Monochromatic Colors of #c39bcb

#c39bcb

Complementary Color

#c39bcb #a3cb9b

#c39bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39bcb Color CSS Codes

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

#c39bcb Text Font Color

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

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


#c39bcb Background Color

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

This div background color is #c39bcb


#c39bcb Border Color

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

This div border color is #c39bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39bcb


Comments

No comments written yet.

Please login to write comment.