Color Hex Logo

#c29dcb Color Hex

#C29DCB
(194,157,203)
0 Favorites   0 Comments

Color spaces of #c29dcb

RGB 194157203
HSL0.800.310.71
HSV288°23°80°
CMYK 0.040.230.00   0.20
XYZ45.084639.895161.8242
Yxy39.89510.30710.2718
Hunter Lab63.162616.8764-13.8199
CIE-Lab69.394821.8611-18.3813

#c29dcb color RGB value is (194,157,203).

#c29dcb hex color red value is 194, green value is 157 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c29dcb hue: 0.80 , saturation: 0.31 and the lightness value of c29dcb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011101 11001011
Octal 302 235 313
Decimal 194 157 203
Hex C2 9D CB

RGB Percentages of Color #c29dcb

%35.02
%28.34
%36.64

CMYK Percentages of Color #c29dcb

%4
%23
%0
%20

Triadic Colors of #c29dcb

#c29dcb #cbc29d #9dcbc2

Analogous Colors of #c29dcb

#c29dcb #cb9dbd #ab9dcb

Monochromatic Colors of #c29dcb

#c29dcb

Complementary Color

#c29dcb #a6cb9d

#c29dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29dcb Color CSS Codes

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

#c29dcb Text Font Color

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

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


#c29dcb Background Color

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

This div background color is #c29dcb


#c29dcb Border Color

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

This div border color is #c29dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29dcb


Comments

No comments written yet.

Please login to write comment.