Color Hex Logo

#c29cbd Color Hex

#C29CBD
(194,156,189)
0 Favorites   0 Comments

Color spaces of #c29cbd

RGB 194156189
HSL0.860.240.69
HSV308°20°76°
CMYK 0.000.200.03   0.24
XYZ43.321938.920453.3732
Yxy38.92040.31940.2870
Hunter Lab62.386214.7771-7.0539
CIE-Lab68.693619.7338-11.6715

#c29cbd color RGB value is (194,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011100 10111101
Octal 302 234 275
Decimal 194 156 189
Hex C2 9C BD

RGB Percentages of Color #c29cbd

%35.99
%28.94
%35.06

CMYK Percentages of Color #c29cbd

%0
%20
%3
%24

Triadic Colors of #c29cbd

#c29cbd #bdc29c #9cbdc2

Analogous Colors of #c29cbd

#c29cbd #c29caa #b49cc2

Monochromatic Colors of #c29cbd

#c29cbd

Complementary Color

#c29cbd #9cc2a1

#c29cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29cbd Color CSS Codes

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

#c29cbd Text Font Color

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

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


#c29cbd Background Color

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

This div background color is #c29cbd


#c29cbd Border Color

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

This div border color is #c29cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29cbd


Comments

No comments written yet.

Please login to write comment.