Color Hex Logo

#c29bbc Color Hex

#C29BBC
(194,155,188)
0 Favorites   0 Comments

Color spaces of #c29bbc

RGB 194155188
HSL0.860.240.68
HSV309°20°76°
CMYK 0.000.200.03   0.24
XYZ43.046638.542952.7477
Yxy38.54290.32040.2869
Hunter Lab62.082915.1219-6.9167
CIE-Lab68.418920.1011-11.5267

#c29bbc color RGB value is (194,155,188).

#c29bbc hex color red value is 194, green value is 155 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c29bbc hue: 0.86 , saturation: 0.24 and the lightness value of c29bbc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011011 10111100
Octal 302 233 274
Decimal 194 155 188
Hex C2 9B BC

RGB Percentages of Color #c29bbc

%36.13
%28.86
%35.01

CMYK Percentages of Color #c29bbc

%0
%20
%3
%24

Triadic Colors of #c29bbc

#c29bbc #bcc29b #9bbcc2

Analogous Colors of #c29bbc

#c29bbc #c29ba9 #b59bc2

Monochromatic Colors of #c29bbc

#c29bbc

Complementary Color

#c29bbc #9bc2a1

#c29bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29bbc Color CSS Codes

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

#c29bbc Text Font Color

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

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


#c29bbc Background Color

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

This div background color is #c29bbc


#c29bbc Border Color

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

This div border color is #c29bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29bbc


Comments

No comments written yet.

Please login to write comment.