Color Hex Logo

#c39bbb Color Hex

#C39BBB
(195,155,187)
0 Favorites   0 Comments

Color spaces of #c39bbb

RGB 195155187
HSL0.870.250.69
HSV312°21°76°
CMYK 0.000.210.04   0.24
XYZ43.196738.632652.1938
Yxy38.63260.32230.2883
Hunter Lab62.155115.2828-6.2793
CIE-Lab68.484320.2648-10.8622

#c39bbb color RGB value is (195,155,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011011 10111011
Octal 303 233 273
Decimal 195 155 187
Hex C3 9B BB

RGB Percentages of Color #c39bbb

%36.31
%28.86
%34.82

CMYK Percentages of Color #c39bbb

%0
%21
%4
%24

Triadic Colors of #c39bbb

#c39bbb #bbc39b #9bbbc3

Analogous Colors of #c39bbb

#c39bbb #c39ba7 #b79bc3

Monochromatic Colors of #c39bbb

#c39bbb

Complementary Color

#c39bbb #9bc3a3

#c39bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39bbb Color CSS Codes

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

#c39bbb Text Font Color

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

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


#c39bbb Background Color

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

This div background color is #c39bbb


#c39bbb Border Color

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

This div border color is #c39bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39bbb


Comments

No comments written yet.

Please login to write comment.