Color Hex Logo

#c29bbd Color Hex

#C29BBD
(194,155,189)
0 Favorites   0 Comments

Color spaces of #c29bbd

RGB 194155189
HSL0.850.240.68
HSV308°20°76°
CMYK 0.000.200.03   0.24
XYZ43.154838.586153.3175
Yxy38.58610.31950.2857
Hunter Lab62.117715.3026-7.4080
CIE-Lab68.450420.2867-12.0359

#c29bbd color RGB value is (194,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011011 10111101
Octal 302 233 275
Decimal 194 155 189
Hex C2 9B BD

RGB Percentages of Color #c29bbd

%36.06
%28.81
%35.13

CMYK Percentages of Color #c29bbd

%0
%20
%3
%24

Triadic Colors of #c29bbd

#c29bbd #bdc29b #9bbdc2

Analogous Colors of #c29bbd

#c29bbd #c29baa #b49bc2

Monochromatic Colors of #c29bbd

#c29bbd

Complementary Color

#c29bbd #9bc2a0

#c29bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29bbd Color CSS Codes

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

#c29bbd Text Font Color

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

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


#c29bbd Background Color

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

This div background color is #c29bbd


#c29bbd Border Color

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

This div border color is #c29bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29bbd


Comments

No comments written yet.

Please login to write comment.