Color Hex Logo

#c29bce Color Hex

#C29BCE
(194,155,206)
0 Favorites   0 Comments

Color spaces of #c29bce

RGB 194155206
HSL0.790.340.71
HSV286°25°81°
CMYK 0.060.250.00   0.19
XYZ45.110139.368363.6138
Yxy39.36830.30460.2658
Hunter Lab62.744218.5308-16.1908
CIE-Lab69.017223.5619-20.6151

#c29bce color RGB value is (194,155,206).

#c29bce hex color red value is 194, green value is 155 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c29bce hue: 0.79 , saturation: 0.34 and the lightness value of c29bce is 0.71.

The process color (four color CMYK) of #c29bce color hex is 0.06, 0.25, 0.00, 0.19. Web safe color of #c29bce is #cc99cc. Color #c29bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011011 11001110
Octal 302 233 316
Decimal 194 155 206
Hex C2 9B CE

RGB Percentages of Color #c29bce

%34.95
%27.93
%37.12

CMYK Percentages of Color #c29bce

%6
%25
%0
%19

Triadic Colors of #c29bce

#c29bce #cec29b #9bcec2

Analogous Colors of #c29bce

#c29bce #ce9bc1 #a99bce

Monochromatic Colors of #c29bce

#c29bce

Complementary Color

#c29bce #a7ce9b

#c29bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29bce Color CSS Codes

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

#c29bce Text Font Color

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

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


#c29bce Background Color

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

This div background color is #c29bce


#c29bce Border Color

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

This div border color is #c29bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29bce


Comments

No comments written yet.

Please login to write comment.